Nix: Fix typo.

This commit is contained in:
Dmitry Voronin 2024-12-02 01:40:25 +03:00
parent 843d71d0f7
commit 686bb8c9f3
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,7 +8,7 @@
min-free = 1 * 1000 * 1000 * 1000; min-free = 1 * 1000 * 1000 * 1000;
experimental-features = [ experimental-features = [
"flakes" "flakes"
"nix-command " "nix-command"
]; ];
}; };
} }