1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

updated store ping to store info in files

This commit is contained in:
vicky1999 2023-10-18 00:14:11 +05:30
parent a0f071f1d3
commit 891dfb4359
8 changed files with 14 additions and 14 deletions

View file

@ -213,7 +213,7 @@ let
source /etc/bashrc || true
nix-env --version
nix --extra-experimental-features nix-command store ping
nix --extra-experimental-features nix-command store info
out=\$(nix-build --no-substitute -E 'derivation { name = "foo"; system = "x86_64-linux"; builder = "/bin/sh"; args = ["-c" "echo foobar > \$out"]; }')
[[ \$(cat \$out) = foobar ]]