Skip to content

Commit 79ed6cd

Browse files
committed
docs: ensure that nix config directory exists
1 parent a8c0c27 commit 79ed6cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The Nix derivation installs all 3rd party dependencies.
7171
1. _Optional_: enable the experimental features so that you don't need to pass
7272
`--extra-experimental-features "nix-command flakes"` to `nix` command invocations:
7373

74+
mkdir -p ~/.config/nix
7475
cat > ~/.config/nix/nix.conf <<EOF
7576
experimental-features = nix-command flakes
7677
EOF

0 commit comments

Comments
 (0)