mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
This seems to be the way to do it now, even though I can't run them without setting at least one env var. I'll only fix shellcheck for now. Don't shoot the messenger. It isn't quite clear to me why the previous commit masked this problem, but I'm glad shellcheck has an effect or more effect now.
8 lines
152 B
Bash
Executable file
8 lines
152 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
# Store layer needs bugfix
|
|
requireDaemonNewerThan "2.27pre20250122"
|
|
|
|
nix-build ../fixed.nix -A git --no-out-link
|