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";
|
inputs.systems.url = "github:nix-systems/default";
|
||||||
|
|
||||||
outputs = {
|
outputs = {self, ...} @ inputs: let
|
||||||
self,
|
systems = import inputs.systems;
|
||||||
systems,
|
in
|
||||||
...
|
|
||||||
}:
|
|
||||||
import ./nib {inherit systems;};
|
import ./nib {inherit systems;};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue