diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-20 00:23:51 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-20 00:23:51 +0300 |
commit | e7941cee341350e2b59b33abef99dfc1c36c2ea9 (patch) | |
tree | c6fb9caae84c39b714e0267d83b0d98d849ad481 /flake.nix | |
parent | 2022-08-17 (diff) |
2022-08-20
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"; |