nix_build: add experimental flags
All checks were successful
checks-impure / test (pull_request) Successful in 9s
checks / test (pull_request) Successful in 1m22s

This commit is contained in:
Jörg Thalheim 2023-09-15 14:21:15 +02:00
parent 5dc72b092b
commit 8a96254100

View File

@ -12,6 +12,8 @@ def nix_build(
"build",
"--no-link",
"--print-out-paths",
"--extra-experimental-features",
"nix-command flakes",
] + flags