fix(image): switch from busybox to coreutils

busybox' diff took precedence over diffutils' which broke attic because
of spaces in the output (/store paths did not match the valid regex anymore)
This commit is contained in:
technofab 2025-04-04 20:29:32 +02:00
parent 8dc2e7d772
commit 7cbd273de7
2 changed files with 2 additions and 5 deletions

5
.envrc
View file

@ -1,4 +1 @@
if ! use flake . --impure use flake . --impure --accept-flake-config
then
echo "devenv could not be build. The devenv environment was not loaded. Make the necessary changes to flake.nix and hit enter to try again." >&2
fi

View file

@ -119,7 +119,7 @@
gitMinimal gitMinimal
gnugrep gnugrep
gnused gnused
busybox coreutils
diffutils diffutils
cachix cachix
attic-client attic-client