nixos-config/packages/default.nix

12 lines
363 B
Nix
Raw Normal View History

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