Skip to content

Commit c36819b

Browse files
committed
fix: examples args
1 parent 9c26438 commit c36819b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)