fix shebang
This commit is contained in:
parent
f8dfe3c3b5
commit
8231096aa8
3
mod.nix
3
mod.nix
@ -73,8 +73,7 @@ in
|
||||
};
|
||||
};
|
||||
environment.systemPackages = optionals cfgc.enable [
|
||||
(pkgs.writeScriptBin "brownpaper" ''
|
||||
#!${pkgs.bash}/bin/bash
|
||||
(pkgs.writeShellScriptBin "brownpaper" ''
|
||||
BROWNPAPER_ENDPOINT='${cfgc.endpoint}' ${(pkgs.callPackage ./. { inherit pkgs; src = ./.; }).client}/bin/brownpaper "$@"
|
||||
'')
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user