From a16f4383142403eab145a8d147e5c9c93309ba4f Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 13 Jun 2016 02:04:22 +0200 Subject: sprinkle with some write{B,D}ash --- tv/1systems/nomic.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tv/1systems/nomic.nix') diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index fed67a10..3696bcdf 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -47,8 +47,7 @@ with config.krebs.lib; boot.tmpOnTmpfs = true; environment.systemPackages = with pkgs; [ - (writeScriptBin "play" '' - #! /bin/sh + (writeDashBin "play" '' set -euf mpv() { exec ${mpv}/bin/mpv "$@"; } case $1 in -- cgit v1.2.3