dotfiles/nix/packages/darwin-launcher.nix

7 lines
119 B
Nix
Raw Permalink Normal View History

{ pkgs }:
with pkgs;
contents: writeShellScript "launcher.sh" ''
/bin/wait4path /nix/store && \
${contents}
''