From efbd23df77e2256babe2b1c415144a35ccc219b7 Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 23 Nov 2023 22:09:11 +0100 Subject: feat(flake): switch to remote systems input This enables building this flake --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flake.nix') 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"; -- cgit 1.4.1