mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-25 21:11:27 +00:00
--extra-experimental-features "nix-command flakes"
This commit is contained in:
parent
490cd38e4e
commit
9f23164bda
|
@ -297,7 +297,9 @@ infect() {
|
||||||
# source ~/.nix-profile/etc/profile.d/nix.sh
|
# source ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
|
||||||
cd ${LOCAL_FLAKE_DIR}
|
cd ${LOCAL_FLAKE_DIR}
|
||||||
/root/.nix-profile/bin/nix flake lock --update-input sp-modules
|
/root/.nix-profile/bin/nix flake lock \
|
||||||
|
--extra-experimental-features "nix-command flakes" \
|
||||||
|
--update-input sp-modules
|
||||||
|
|
||||||
echo "nix build the configuration flake..."
|
echo "nix build the configuration flake..."
|
||||||
if ! /root/.nix-profile/bin/nix build \
|
if ! /root/.nix-profile/bin/nix build \
|
||||||
|
|
Loading…
Reference in a new issue