nixos-config/packages/default.nix

8 lines
190 B
Nix
Raw Normal View History

2020-08-16 08:33:44 +00:00
[
(self: super: with super; {
# defold = (callPackage ./defold.nix {});
})
(import (builtins.fetchTarball https://github.com/nix-community/emacs-overlay/archive/master.tar.gz))
]