fix outputs missing self
This commit is contained in:
parent
6a00621981
commit
4722d566ff
1 changed files with 5 additions and 1 deletions
|
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
inputs.systems.url = "github:nix-systems/default";
|
inputs.systems.url = "github:nix-systems/default";
|
||||||
|
|
||||||
outputs = {systems}:
|
outputs = {
|
||||||
|
self,
|
||||||
|
systems,
|
||||||
|
...
|
||||||
|
}:
|
||||||
import ./nib {inherit systems;};
|
import ./nib {inherit systems;};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue