diff --git a/flake.nix b/flake.nix index f2ab1a4..65c0a1e 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,7 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + systems.url = "github:nix-systems/default-linux"; agenix = { url = "github:yaxitech/ragenix"; @@ -56,7 +57,7 @@ ... } @ inputs: flake-parts.lib.mkFlake {inherit inputs;} { - systems = ["x86_64-linux" "aarch64-linux"]; + systems = import inputs.systems; imports = [ flake-parts.flakeModules.easyOverlay