nixos-config/packages/default.nix
2020-08-16 16:33:44 +08:00

8 lines
190 B
Nix
Executable File

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