Skip to content

Commit 1d0dbcf

Browse files
committed
fix: examples args
1 parent f43b113 commit 1d0dbcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/commands/examples.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
{ pkgs }:
1+
{ system ? builtins.currentSystem
2+
, pkgs ? import ../nixpkgs.nix { inherit system; }
3+
}:
24
{
35
nested = {
46
"category 1" = [

0 commit comments

Comments
 (0)