summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-20 00:23:51 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-20 00:23:51 +0300
commite7941cee341350e2b59b33abef99dfc1c36c2ea9 (patch)
treec6fb9caae84c39b714e0267d83b0d98d849ad481 /flake.nix
parent508aee982ae2fda532742dffdc781f78351e115f (diff)
2022-08-20
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";