Add curl requirement to build-flakes
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
Torjus Håkestad 2025-05-28 21:08:12 +02:00
parent a790331d0f
commit 2538f57312
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -7,6 +7,7 @@ let
nix
nixos-rebuild
jq
curl
];
text = builtins.readFile ./build-flakes.sh;
};