add self
This commit is contained in:
parent
56defe7904
commit
aece07b5eb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
outputs = {
|
outputs = {
|
||||||
systems,
|
systems,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
self,
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
eachSystem = f:
|
eachSystem = f:
|
||||||
|
|
@ -29,7 +30,6 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
self,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue