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 = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nt,
|
||||
...
|
||||
} @ inputs:
|
||||
import ./cerulean
|
||||
{
|
||||
inherit inputs nt;
|
||||
inherit inputs self nt;
|
||||
inherit (nixpkgs) lib;
|
||||
inherit (nt) mix;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue