lkjdsalkjdsalkjdsalkj

This commit is contained in:
2025-03-20 20:48:59 +01:00
parent 17ee5aada8
commit 5e2e5d1ddb
9 changed files with 28 additions and 7 deletions

View File

@@ -156,6 +156,7 @@
inputs-2003 = inputs-2305 // { nixpkgs = inputs'.nixpkgs-2003; };
inputs-1909 = inputs-2305 // { nixpkgs = inputs'.nixpkgs-1909; };
inputs-test = inputs-edge // { nixpkgs = inputs'.nixpkgs-test; unstable = inputs'.nixpkgs-test; };
inputs-241T = inputs-2411 // { unstable = inputs'.nixpkgs-test; };
forSystems = systems: f: inputs-edge.nixpkgs.lib.genAttrs systems (system: f rec {
inherit system;