Skip to content

Commit 52c9a94

Browse files
sfauvelAlenar
authored andcommitted
Desactivated theNix update
1 parent 4d1a95e commit 52c9a94

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/runbook/upgrade-repository-dependencies/upgrade_dependencies.sh

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ mkdir -p "$TMP_SCRIPT_DIR"
8282
echo "git config --global --add safe.directory '*'
8383
nix --extra-experimental-features 'nix-command flakes' flake update" > "$TMP_SCRIPT_DIR/$FLAKE_UPDATE_SCRIPT"
8484

85-
# Upgrade Nix Flake dependencies
86-
docker run -v "$(pwd)":/mithril -v "$TMP_SCRIPT_DIR":/scripts/mithril -w /mithril nixos/nix /bin/sh -c ". /scripts/mithril/$FLAKE_UPDATE_SCRIPT"
87-
rm "$TMP_SCRIPT_DIR/$FLAKE_UPDATE_SCRIPT"
88-
89-
git commit -am "chore: update nix flake dependencies
90-
91-
By running 'nix flake update' command."
85+
# The nix update is deactivated while waiting to be compatible with the latest version
86+
# # Upgrade Nix Flake dependencies
87+
# docker run -v "$(pwd)":/mithril -v "$TMP_SCRIPT_DIR":/scripts/mithril -w /mithril nixos/nix /bin/sh -c ". /scripts/mithril/$FLAKE_UPDATE_SCRIPT"
88+
# rm "$TMP_SCRIPT_DIR/$FLAKE_UPDATE_SCRIPT"
89+
#
90+
# git commit -am "chore: update nix flake dependencies
91+
# 
92+
# By running 'nix flake update' command."

0 commit comments

Comments
 (0)