summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-23 22:09:11 +0100
committersils <sils@sils.li>2023-11-23 22:09:11 +0100
commitefbd23df77e2256babe2b1c415144a35ccc219b7 (patch)
tree0a0c906e77d30b80ccbb6b7f296a9142a081f273 /flake.nix
parentfeat(flake/packages): set neovim as default (diff)
downloadnix-config-efbd23df77e2256babe2b1c415144a35ccc219b7.tar.gz
nix-config-efbd23df77e2256babe2b1c415144a35ccc219b7.zip
feat(flake): switch to remote systems input
This enables building this flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 031da76..58e0738 100644
--- a/flake.nix
+++ b/flake.nix
@@ -39,8 +39,7 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
     systems = {
-      url = "path:./flake/systems.nix"; #  evaluate for 32 and 64 Bit Linux
-      flake = false;
+      url = "git+https://codeberg.org/sils/systems"; #  specify systems to evaluate
     };
     sops-nix = {
       url = "github:Mic92/sops-nix";