pkgs/top-level: properly get inputs
This commit is contained in:
parent
fa78b20872
commit
7a68545872
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ inputs ? {}
|
{ inputs ? (import ../../. {}).inputs
|
||||||
, uninitializedNixpkgs ? import "${inputs.nixpkgs}/pkgs/top-level/default.nix"
|
, uninitializedNixpkgs ? import "${inputs.nixpkgs}/pkgs/top-level/default.nix"
|
||||||
, ...
|
, ...
|
||||||
} @ args:
|
} @ args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue