Skip to content

Commit 7f634b5

Browse files
committed
fix: typo in the default value
1 parent 9f99a2d commit 7f634b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/strOrPackage.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{ system ? builtins.currentSystem
2-
, pkgs ? import ./nixpkgs { inherit system; }
2+
, pkgs ? import ./nixpkgs.nix { inherit system; }
33
, lib ? pkgs.lib
44
}: (import ./commands/lib.nix { inherit pkgs; }).strOrPackage

0 commit comments

Comments
 (0)