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