mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-03 20:23:27 +00:00
nix: enable parallel building; clean up devshell
Some checks failed
Rust / build (push) Has been cancelled
Some checks failed
Rust / build (push) Has been cancelled
This commit is contained in:
parent
774442eb63
commit
9c897b5960
2 changed files with 1 additions and 2 deletions
|
@ -19,6 +19,7 @@ in
|
|||
};
|
||||
|
||||
cargoLock.lockFile = ../Cargo.lock;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "A microscopic fetch script in Rust, for NixOS systems";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue