summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
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";