nix flake lock --update-input sp-modules
continuous-integration/drone/push Build is failing Details

hetzner-flakes
Alexander Tomokhov 2023-11-18 08:15:13 +04:00
parent 623856265c
commit 04260e0852
1 changed files with 5 additions and 1 deletions

View File

@ -263,7 +263,8 @@ installNix() {
fi
echo "Running nix installer..."
if $SHELL "${tmpNixInstall}" --daemon; then
if $SHELL "${tmpNixInstall}" \
--daemon --no-channel-add --daemon-user-count 4; then
echo "Nix is installed"
rm "${tmpNixInstall}"
else
@ -295,6 +296,9 @@ infect() {
# is it needed?
# source ~/.nix-profile/etc/profile.d/nix.sh
cd ${LOCAL_FLAKE_DIR}
/root/.nix-profile/bin/nix flake lock --update-input sp-modules
echo "nix build the configuration flake..."
if ! /root/.nix-profile/bin/nix build \
--extra-experimental-features "nix-command flakes" \