pkgs/top-level: properly get inputs

This commit is contained in:
Wroclaw 2025-04-01 16:35:56 +02:00
parent 00cbc505f3
commit 1e9d55517d

View file

@ -1,4 +1,4 @@
{ inputs ? import ../../inputs.nix {}
{ inputs ? (import ../../. {}).inputs
, uninitializedNixpkgs ? import "${inputs.nixpkgs}/pkgs/top-level/default.nix"
, ...
} @ args: