Skip to content

Commit f510075

Browse files
committed
nix: add an error message to explain why the nix flake is broken
It's like 0.14.0 all over again...
1 parent 95649ff commit f510075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
zig-overlay,
1616
gitignore,
1717
}:
18+
builtins.abort "This flake is currently broken because Zig 0.15.1 is temporarily unavailable in https://github.com/mitchellh/zig-overlay. Apologies for the disturbance, this will be addressed as soon as possible."
1819
builtins.foldl' nixpkgs.lib.recursiveUpdate {} (
1920
builtins.map
2021
(

0 commit comments

Comments
 (0)