Skip to content

Commit 6b16b04

Browse files
committed
chore: bump v-utils flakes
1 parent 2f75568 commit 6b16b04

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
rust-overlay.url = "github:oxalica/rust-overlay";
55
flake-utils.url = "github:numtide/flake-utils";
66
pre-commit-hooks.url = "github:cachix/git-hooks.nix/ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37";
7-
v-utils.url = "github:valeratrades/.github?ref=v1.3";
7+
v-utils.url = "github:valeratrades/.github?ref=v1.4";
88
};
99

1010
outputs = { self, nixpkgs, rust-overlay, flake-utils, pre-commit-hooks, v-utils, ... }:
@@ -37,10 +37,8 @@
3737
inherit pkgs pname;
3838
inherit (rs) traceyCheck;
3939
lastSupportedVersion = "nightly-2025-10-12";
40-
jobsErrors = [ "rust-tests" ];
41-
jobsWarnings = [ "rust-doc" "rust-clippy" "rust-machete" "rust-sorted" "rust-sorted-derives" "tokei" ];
42-
jobsOther = [ "loc-badge" ];
4340
langs = [ "rs" ];
41+
jobs.default = true;
4442
labels.extra = [{ name = "rm"; color = "0000ff"; }];
4543
};
4644
readme = v-utils.readme-fw { inherit pkgs pname; lastSupportedVersion = "nightly-1.92"; rootDir = ./.; licenses = [{ name = "Blue Oak 1.0.0"; outPath = "LICENSE"; }]; badges = [ "msrv" "crates_io" "docs_rs" "loc" "ci" ]; };

0 commit comments

Comments
 (0)