We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f99a2d commit 7f634b5Copy full SHA for 7f634b5
1 file changed
nix/strOrPackage.nix
@@ -1,4 +1,4 @@
1
{ system ? builtins.currentSystem
2
-, pkgs ? import ./nixpkgs { inherit system; }
+, pkgs ? import ./nixpkgs.nix { inherit system; }
3
, lib ? pkgs.lib
4
}: (import ./commands/lib.nix { inherit pkgs; }).strOrPackage
0 commit comments