option pour afficher le détail des erreurs
This commit is contained in:
4
Makefile
4
Makefile
@@ -23,7 +23,7 @@ push: submodules-push
|
|||||||
git push --tags
|
git push --tags
|
||||||
|
|
||||||
rebuild-switch:
|
rebuild-switch:
|
||||||
nixos-rebuild switch --fallback
|
nixos-rebuild switch --fallback --show-trace
|
||||||
|
|
||||||
store-repair:
|
store-repair:
|
||||||
nix-store --verify --check-contents --repair
|
nix-store --verify --check-contents --repair
|
||||||
@@ -44,5 +44,5 @@ tag: submodules-tag
|
|||||||
git tag -f "$$(date +%F)-$$(hostname -s)"
|
git tag -f "$$(date +%F)-$$(hostname -s)"
|
||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
nixos-rebuild switch --upgrade --fallback
|
nixos-rebuild switch --upgrade --fallback --show-trace
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user