update nix to flake (#101)

* update nix to flake

* add nix sanity check cronjob
This commit is contained in:
Alex Xiong
2023-01-12 22:30:35 +08:00
committed by GitHub
parent 6463dc7a1c
commit e15b079684
22 changed files with 295 additions and 357 deletions

View File

@@ -2,7 +2,6 @@
name = "util"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
@@ -10,4 +9,4 @@ rayon = { version = "1.5.0", optional = true }
[features]
default = []
parallel = [ "rayon" ]
parallel = ["rayon"]