From d4d7fa272cfe64f2e076caf381ff7da1740e5553 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Wed, 17 Nov 2021 17:12:41 +0100 Subject: [PATCH] nixos: Update store ping command for unstable update it to nix store ping for unstable, but also keep the nix ping-store alternative in case the script is run on current stable --- images/nixos/genimg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nixos/genimg b/images/nixos/genimg index 9260872..c015a80 100755 --- a/images/nixos/genimg +++ b/images/nixos/genimg @@ -25,7 +25,7 @@ then fi # Check that nix works -nix ping-store +nix --extra-experimental-features nix-command store ping || nix ping-store # legacy fallback # We switch to a nixos channel. # This is important because the nixos-* channels, -- 2.38.5