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

jsonnet
Alexander 2023-12-20 16:41:42 +04:00
parent 0e6d5414f5
commit 1344aaa92c
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ infect() {
# see https://github.com/NixOS/nix/issues/3978#issuecomment-952418478
/root/.nix-profile/bin/nix flake lock ${LOCAL_FLAKE_DIR} \
--extra-experimental-features "nix-command flakes" \
--update-input sp-modules
--override-input sp-modules ${LOCAL_FLAKE_DIR}/sp-modules
echo "nix build the configuration flake..."
if ! /root/.nix-profile/bin/nix build \