summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-10-17 20:01:53 +0200
committertv <tv@krebsco.de>2017-10-17 20:01:53 +0200
commita15736cbb0f23e74b47decc363a4cbf45850a0c4 (patch)
tree0c52b2d8cdc0caa27b040adcaf768eea2aef86cc /shell.nix
parent8b55369fa72e1b4b518a41cc221420910c924108 (diff)
quote: init
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix13
1 files changed, 1 insertions, 12 deletions
diff --git a/shell.nix b/shell.nix
index c9b197a2..6448c158 100644
--- a/shell.nix
+++ b/shell.nix
@@ -143,18 +143,6 @@ let
''}
'');
- # usage: quote [ARGS...]
- cmds.quote = pkgs.writeDash "cmds.quote" ''
- set -efu
- prefix=
- for x; do
- y=$(${pkgs.jq}/bin/jq -nr --arg x "$x" '$x | @sh "\(.)"')
- echo -n "$prefix$y"
- prefix=' '
- done
- echo
- '';
-
init.env = pkgs.writeText "init.env" /* sh */ ''
export quiet
export system
@@ -243,6 +231,7 @@ in pkgs.stdenv.mkDerivation {
fi
export PATH=${lib.makeBinPath [
pkgs.populate
+ pkgs.quote
shell.cmdspkg
]}