nix: enable parallel building; clean up devshell
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
raf 2025-01-26 01:24:16 +03:00
commit 9c897b5960
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
2 changed files with 1 additions and 2 deletions

View file

@ -19,6 +19,7 @@ in
};
cargoLock.lockFile = ../Cargo.lock;
enableParallelBuilding = true;
meta = {
description = "A microscopic fetch script in Rust, for NixOS systems";