safebrowsing-rs/default.nix
Jade Ellis c886f61fb9
Some checks failed
/ Build Nix targets (push) Has been cancelled
chore: Fix outdated nix rust version
Also adds a MSRV and a toolchain file
2025-08-11 03:04:04 +01:00

8 lines
255 B
Nix

(import (
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2";
}
) {
src = ./.;
}).defaultNix