From 62f28d30a069135f9c48678507203958adfc334f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 29 Sep 2016 13:51:44 +0300 Subject: Moved everything into ./modules --- pkgs/writeBashScript.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pkgs/writeBashScript.nix (limited to 'pkgs/writeBashScript.nix') diff --git a/pkgs/writeBashScript.nix b/pkgs/writeBashScript.nix deleted file mode 100644 index 15e81c5..0000000 --- a/pkgs/writeBashScript.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ bash, writeScript, haskellPackages, runCommand }: - -name: text: -let - f = writeScript name '' - #!${bash}/bin/bash - ${text} - ''; -in -runCommand name { } '' - ${haskellPackages.ShellCheck}/bin/shellcheck ${f} - cp -a ${f} $out -'' -- cgit v1.2.3