flake: add explicit 'systems' input
This commit is contained in:
parent
39eba647ac
commit
a93dc2935b
2 changed files with 16 additions and 2 deletions
10
flake.nix
10
flake.nix
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue