summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-12-29 23:00:28 +0100
committersils <sils@sils.li>2023-12-29 23:00:28 +0100
commitb38ee754c95e7c101b0dcb9c02890ad32f4dd6f2 (patch)
treee89956d77b5d2ff43c701821555a36361dc95ed2
parentfeat(u/sils/hyprland): add neo keyboardlayout (diff)
downloadnix-config-b38ee754c95e7c101b0dcb9c02890ad32f4dd6f2.zip
feat(flake): evaluate agenix only for required systems
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5271266..8010c07 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,6 +41,7 @@
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
darwin.follows = "nix-darwin";
+ systems.follows = "systems";
};
};
ragenix = {