about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4b5fa34..fc96852 100644
--- a/flake.nix
+++ b/flake.nix
@@ -82,7 +82,12 @@
       owner = "dwarfmaster";
       repo = "arkenfox-nixos";
       ref = "main";
-      inputs.nixpkgs.follows = "nixpkgs";
+      inputs = {
+        nixpkgs.follows = "nixpkgs";
+        flake-compat.follows = "flake-compat";
+        pre-commit.follows = "pre-commit-hooks";
+        flake-utils.follows = "flake-utils";
+      };
     };
 
     nix-minecraft = {

Consider giving Nix/NixOS a try! <3