mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
script apps don't need shebang
This commit is contained in:
parent
e0370bf1d1
commit
bdcee575db
@ -6,8 +6,6 @@
|
|||||||
type = "app";
|
type = "app";
|
||||||
|
|
||||||
program = builtins.toString (pkgs.writeShellScript "installer" ''
|
program = builtins.toString (pkgs.writeShellScript "installer" ''
|
||||||
#!${pkgs.stdenv.shell}
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
DISK=$1
|
DISK=$1
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
type = "app";
|
type = "app";
|
||||||
|
|
||||||
program = builtins.toString (pkgs.writeShellScript "readme" ''
|
program = builtins.toString (pkgs.writeShellScript "readme" ''
|
||||||
#!${pkgs.stdenv.shell}
|
|
||||||
|
|
||||||
${pkgs.glow}/bin/glow ${builtins.toString ../README.md}
|
${pkgs.glow}/bin/glow ${builtins.toString ../README.md}
|
||||||
'');
|
'');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user