fix: inputs.systems (flake thunk) used like a list
This commit is contained in:
parent
c50945c0ef
commit
44f90fcffe
1 changed files with 3 additions and 5 deletions
|
|
@ -3,10 +3,8 @@
|
|||
|
||||
inputs.systems.url = "github:nix-systems/default";
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
systems,
|
||||
...
|
||||
}:
|
||||
outputs = {self, ...} @ inputs: let
|
||||
systems = import inputs.systems;
|
||||
in
|
||||
import ./nib {inherit systems;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue