feat(package): hemar: continios work
This commit is contained in:
8
devshell/dev/hemar/default.nix
Normal file
8
devshell/dev/hemar/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }: pkgs.mkShell {
|
||||
buildInputs = (with pkgs; [
|
||||
dash
|
||||
(pkgs.writeShellScriptBin "letest" ''
|
||||
${pkgs.dash}/bin/dash ${./test.sh} "$@"
|
||||
'')
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user