From 7cbd273de7669e243316f9a42f0d00c92da5593a Mon Sep 17 00:00:00 2001 From: technofab Date: Fri, 4 Apr 2025 20:29:32 +0200 Subject: [PATCH] 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) --- .envrc | 5 +---- flake.nix | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.envrc b/.envrc index a2d9328..f990172 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1 @@ -if ! use flake . --impure -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 +use flake . --impure --accept-flake-config diff --git a/flake.nix b/flake.nix index a744ea5..c262d6c 100644 --- a/flake.nix +++ b/flake.nix @@ -119,7 +119,7 @@ gitMinimal gnugrep gnused - busybox + coreutils diffutils cachix attic-client