about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix13
1 files changed, 10 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 4f3eacb..5cdf643 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,6 +7,8 @@
   # [1]: https://github.com/NixOS/nix/issues/5373
   inputs = {
     nixpkgs = {
+      # type = "path";
+      # path = "/home/azahi/src/nixpkgs";
       type = "github";
       owner = "NixOS";
       repo = "nixpkgs";
@@ -56,6 +58,8 @@
     };
 
     home-manager = {
+      # type = "path";
+      # path = "/home/azahi/src/home-manager";
       type = "github";
       owner = "nix-community";
       repo = "home-manager";
@@ -88,11 +92,14 @@
       type = "github";
       owner = "dwarfmaster";
       repo = "arkenfox-nixos";
-      ref = "main";
+      # FIXME https://github.com/dwarfmaster/arkenfox-nixos/issues/20
+      ref = "5985ba832c841af5805c89d64f78bfae2a0f331f";
       inputs.nixpkgs.follows = "nixpkgs";
     };
 
     nix-doom-emacs = {
+      # type = "path";
+      # path = "/home/azahi/src/nix-doom-emacs";
       type = "github";
       owner = "nix-community";
       repo = "nix-doom-emacs";
@@ -120,7 +127,7 @@
       type = "github";
       owner = "fn2006";
       repo = "PollyMC";
-      ref = "6.1";
+      ref = "6.3";
       inputs = {
         flake-compat.follows = "flake-compat";
         nixpkgs.follows = "nixpkgs";
@@ -165,7 +172,7 @@
       type = "github";
       owner = "numtide";
       repo = "flake-utils";
-      ref = "master";
+      ref = "main";
     };
 
     flake-registry = {

Consider giving Nix/NixOS a try! <3