Minor tweaks (#1)
Some checks failed
CI / Typos (push) Successful in 10s
CI / Clippy (push) Successful in 41s
CI / Check version (push) Failing after 3s
CI / Build and test (push) Successful in 55s

This commit is contained in:
2025-05-04 10:31:04 -07:00
committed by Mark
parent 64f45a443c
commit 3e1130a3b5
6 changed files with 96 additions and 24 deletions

View File

@ -1,7 +1,7 @@
{ lib, fetchgit, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "pick";
version = "0.0.1";
version = "0.0.2";
cargoLock.lockFile = src + /Cargo.lock;
src = builtins.fetchGit {