1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-simple

This commit is contained in:
John Ericson 2023-04-08 18:49:26 -04:00
commit 51c8ffbc28
2 changed files with 187 additions and 74 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec nix-daemon --no-trust "$@"
exec nix-daemon --force-untrusted "$@"