fix self not propagated
This commit is contained in:
parent
2cff3119cd
commit
803f759472
1 changed files with 2 additions and 1 deletions
|
|
@ -36,13 +36,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nt,
|
nt,
|
||||||
...
|
...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
import ./cerulean
|
import ./cerulean
|
||||||
{
|
{
|
||||||
inherit inputs nt;
|
inherit inputs self nt;
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
inherit (nt) mix;
|
inherit (nt) mix;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue