mirror of
https://github.com/JadedBlueEyes/safebrowsing-rs.git
synced 2025-09-07 22:58:26 +00:00
Some checks failed
/ Build Nix targets (push) Has been cancelled
Also adds a MSRV and a toolchain file
8 lines
255 B
Nix
8 lines
255 B
Nix
(import (
|
|
fetchTarball {
|
|
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
|
|
sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2";
|
|
}
|
|
) {
|
|
src = ./.;
|
|
}).defaultNix
|