mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
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:
parent
8dc2e7d772
commit
7cbd273de7
2 changed files with 2 additions and 5 deletions
5
.envrc
5
.envrc
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@
|
||||||
gitMinimal
|
gitMinimal
|
||||||
gnugrep
|
gnugrep
|
||||||
gnused
|
gnused
|
||||||
busybox
|
coreutils
|
||||||
diffutils
|
diffutils
|
||||||
cachix
|
cachix
|
||||||
attic-client
|
attic-client
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue