mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-28 06:54:22 -04:00
remove debugging traces
This commit is contained in:
parent
47cf925a08
commit
dd7781a511
1 changed files with 2 additions and 3 deletions
|
@ -16,8 +16,7 @@ let
|
|||
}:
|
||||
let
|
||||
text = ''
|
||||
export PATH="${builtins.trace (lib.makeSearchPath "bin" env) (lib.makeSearchPath "bin" env)}";
|
||||
echo bar;
|
||||
export PATH="${lib.makeSearchPath "bin" env}";
|
||||
|
||||
exec ${pkgs.bash}/bin/bash ${file} $@
|
||||
'';
|
||||
|
@ -26,7 +25,7 @@ let
|
|||
name = "${name}-${version}";
|
||||
executable = true;
|
||||
destination = "/bin/${name}";
|
||||
text = builtins.trace text text;
|
||||
inherit text;
|
||||
};
|
||||
paste = mkScript {
|
||||
name = "paste";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue