mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
As part of the CLI stabilization effort, the last remaining checkbox (at the moment) for `nix daemon` is that it "needs testing". This implements the proposal of using `nix daemon` in place of `nix-daemon` in the test suite.
3 lines
50 B
Bash
Executable file
3 lines
50 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec nix daemon --force-untrusted "$@"
|