summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 39e98ca..ce2ce0a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
systems = {
- url = "github:nix-systems/x86_64-linux"; # only evaluate for this system
+ url = "path:./flake/systems.nix"; # evaluate for 32 and 64 Bit Linux
+ flake = false;
};
sops-nix = {
url = "github:Mic92/sops-nix";