diff --git a/home/pkgs_and_programs.nix b/home/pkgs_and_programs.nix index 0ff07e9..d21ed85 100644 --- a/home/pkgs_and_programs.nix +++ b/home/pkgs_and_programs.nix @@ -25,7 +25,7 @@ let unnix_script = pkgs.writeShellApplication { name = "unnix"; /* runtimeInputs = [ sed ]; */ - text = '' sed -r 's@/nix/store/[0-9a-z]{32}-@/<>/@g' ''; + text = '' sed -r 's@/nix/store/[0-9a-z]{32}-@//@g' ''; # Quick command to remove Nix Store paths from output. Original source: # https://trofi.github.io/posts/247-NixOS-22.05-release.html };