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