mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
16 lines
306 B
Bash
16 lines
306 B
Bash
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
# Store layer needs bugfix
|
|
requireDaemonNewerThan "2.27pre20250205"
|
|
|
|
TODO_NixOS # can't enable a sandbox feature easily
|
|
|
|
enableFeatures 'recursive-nix'
|
|
restartDaemon
|
|
|
|
NIX_BIN_DIR="$(dirname "$(type -p nix)")"
|
|
export NIX_BIN_DIR
|
|
|
|
nix build -L --file ./non-trivial.nix
|