mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
8 lines
152 B
Bash
8 lines
152 B
Bash
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
# Store layer needs bugfix
|
|
requireDaemonNewerThan "2.27pre20250122"
|
|
|
|
nix-build ../fixed.nix -A git --no-out-link
|