We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c26438 commit c36819bCopy full SHA for c36819b
1 file changed
nix/commands/examples.nix
@@ -1,4 +1,6 @@
1
-{ pkgs }:
+{ system ? builtins.currentSystem
2
+, pkgs ? import ../nixpkgs.nix { inherit system; }
3
+}:
4
{
5
nested = {
6
"category 1" = [
0 commit comments