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

This commit is contained in:
2025-05-28 21:08:12 +02:00
parent a790331d0f
commit 2538f57312

View File

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