flake: add explicit 'systems' input

This commit is contained in:
Bruno BELANYI 2024-01-03 14:00:58 +00:00
parent 39eba647ac
commit a93dc2935b
2 changed files with 16 additions and 2 deletions

View file

@ -27,6 +27,9 @@
owner = "numtide";
repo = "flake-utils";
ref = "main";
inputs = {
systems.follows = "systems";
};
};
home-manager = {
@ -64,6 +67,13 @@
nixpkgs-stable.follows = "nixpkgs";
};
};
systems = {
type = "github";
owner = "nix-systems";
repo = "default";
ref = "main";
};
};
# Can't eta-reduce a flake outputs...