File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
docs/runbook/upgrade-repository-dependencies Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,10 @@ mkdir -p "$TMP_SCRIPT_DIR"
82
82
echo " git config --global --add safe.directory '*'
83
83
nix --extra-experimental-features 'nix-command flakes' flake update" > " $TMP_SCRIPT_DIR /$FLAKE_UPDATE_SCRIPT "
84
84
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."
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."
You can’t perform that action at this time.
0 commit comments