nixos-config/packages/default.nix
2020-08-24 23:56:31 +08:00

12 lines
363 B
Nix
Executable File

[
(self: super: with super; {
# defold = (callPackage ./defold.nix {});
# Add packages from the unstable channel with `pkgs.unstable.$PKG`.
# unstable = import <nixpkgs-unstable> { inherit config; };
})
# The unstable branch of Emacs.
# (import (builtins.fetchTarball https://github.com/nix-community/emacs-overlay/archive/master.tar.gz))
]