summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-18 11:31:39 +0100
committersils <sils@sils.li>2023-11-18 11:31:39 +0100
commite78c22aa89b45454950f5130f9b54edc12db95c1 (patch)
tree85c6edcdf6986e2516b968cec373f73876d1b0fe /flake.nix
parentrefactor(flake): pass attrs to home-manager (diff)
downloadnix-config-e78c22aa89b45454950f5130f9b54edc12db95c1.zip
fix(flake): add i686-linux system
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";