diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index c708930..c48bfe8 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,11 @@ ref = "release-22.05"; }; + # nixpkgs-local = { + # type = "path"; + # path = "/home/azahi/src/nixpkgs"; + # }; + nixos-hardware = { type = "github"; owner = "NixOS"; @@ -63,6 +68,7 @@ }; }; + # FIXME https://github.com/nix-community/nix-doom-emacs/pull/248 nix-doom-emacs = { type = "github"; owner = "thiagokokada"; |