mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
8 lines
190 B
Nix
Executable File
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))
|
|
]
|