3 lines
74 B
Bash
3 lines
74 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
exec /nix/var/nix/profiles/system/bin/nix-daemon "$@"
|