We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43b113 commit 1d0dbcfCopy full SHA for 1d0dbcf
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