about summary refs log tree commit diff
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
parent2022-08-17 (diff)
2022-08-20
Diffstat (limited to '')
-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";

Consider giving Nix/NixOS a try! <3