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
|
let
|
||||||
text = ''
|
text = ''
|
||||||
export PATH="${builtins.trace (lib.makeSearchPath "bin" env) (lib.makeSearchPath "bin" env)}";
|
export PATH="${lib.makeSearchPath "bin" env}";
|
||||||
echo bar;
|
|
||||||
|
|
||||||
exec ${pkgs.bash}/bin/bash ${file} $@
|
exec ${pkgs.bash}/bin/bash ${file} $@
|
||||||
'';
|
'';
|
||||||
|
@ -26,7 +25,7 @@ let
|
||||||
name = "${name}-${version}";
|
name = "${name}-${version}";
|
||||||
executable = true;
|
executable = true;
|
||||||
destination = "/bin/${name}";
|
destination = "/bin/${name}";
|
||||||
text = builtins.trace text text;
|
inherit text;
|
||||||
};
|
};
|
||||||
paste = mkScript {
|
paste = mkScript {
|
||||||
name = "paste";
|
name = "paste";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue