From 6bd5b326d7edc56f906f706beb9621cfc691d70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 29 Dec 2023 23:37:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20lmao=20flakify=20`systems`=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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