mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 03:51:27 +00:00
do not cd into ${LOCAL_FLAKE_DIR}
This commit is contained in:
parent
fdfd074e27
commit
daf4390cc9
|
@ -296,8 +296,7 @@ infect() {
|
|||
# is it needed?
|
||||
# source ~/.nix-profile/etc/profile.d/nix.sh
|
||||
|
||||
cd ${LOCAL_FLAKE_DIR}
|
||||
/root/.nix-profile/bin/nix flake lock \
|
||||
/root/.nix-profile/bin/nix flake lock ${LOCAL_FLAKE_DIR} \
|
||||
--extra-experimental-features "nix-command flakes" \
|
||||
--update-input sp-modules
|
||||
|
||||
|
|
Loading…
Reference in a new issue