Skip to content

Commit 546e2ef

Browse files
committed
chore(ci): update devenv + fix cargo outdated
1 parent 7e25d74 commit 546e2ef

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

Diff for: .github/dependabot.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ updates:
33
- package-ecosystem: "cargo"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "daily"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"

Diff for: .github/workflows/outdated.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ jobs:
2222

2323
- name: Install Rust (stable)
2424
uses: dtolnay/rust-toolchain@stable
25-
with:
26-
toolchain: stable
2725

2826
- uses: Swatinem/rust-cache@v2
2927

3028
- name: Install cargo-outdated
31-
run: cargo install cargo-outdated
29+
run: cargo install --git https://github.com/kioqq/cargo-outdated.git
3230

3331
- name: Check outdated
3432
run: cargo outdated

Diff for: devenv.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1741670053,
6+
"lastModified": 1743696273,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "47abb5dfd5b7824a0979ef86f3986aea48847312",
9+
"rev": "2b42d766fc87f15a5021bf96fd973b9218d0a04b",
1010
"type": "github"
1111
},
1212
"original": {
@@ -24,10 +24,10 @@
2424
"rust-analyzer-src": "rust-analyzer-src"
2525
},
2626
"locked": {
27-
"lastModified": 1741847799,
27+
"lastModified": 1742452566,
2828
"owner": "nix-community",
2929
"repo": "fenix",
30-
"rev": "05f331e61277f70f55769060f783457fdacf8da1",
30+
"rev": "7d9ba794daf5e8cc7ee728859bc688d8e26d5f06",
3131
"type": "github"
3232
},
3333
"original": {
@@ -60,10 +60,10 @@
6060
]
6161
},
6262
"locked": {
63-
"lastModified": 1741379162,
63+
"lastModified": 1742649964,
6464
"owner": "cachix",
6565
"repo": "git-hooks.nix",
66-
"rev": "b5a62751225b2f62ff3147d0a334055ebadcd5cc",
66+
"rev": "dcf5072734cb576d2b0c59b2ac44f5050b5eac82",
6767
"type": "github"
6868
},
6969
"original": {
@@ -94,10 +94,10 @@
9494
},
9595
"nixpkgs": {
9696
"locked": {
97-
"lastModified": 1741865919,
97+
"lastModified": 1743689281,
9898
"owner": "NixOS",
9999
"repo": "nixpkgs",
100-
"rev": "573c650e8a14b2faa0041645ab18aed7e60f0c9a",
100+
"rev": "2bfc080955153be0be56724be6fa5477b4eefabb",
101101
"type": "github"
102102
},
103103
"original": {
@@ -121,10 +121,10 @@
121121
"rust-analyzer-src": {
122122
"flake": false,
123123
"locked": {
124-
"lastModified": 1741807049,
124+
"lastModified": 1743694511,
125125
"owner": "rust-lang",
126126
"repo": "rust-analyzer",
127-
"rev": "3fc655b239058deb93f503f9d25cc69a32ca7675",
127+
"rev": "0d64633d31e9ab1de66cc5ea178ef8704256041b",
128128
"type": "github"
129129
},
130130
"original": {

Diff for: devenv.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
pkgs.curl
77
pkgs.git
88
pkgs.jq
9+
pkgs.just
10+
pkgs.tree
11+
912
pkgs.rustup
1013
pkgs.sccache
1114
pkgs.cargo-outdated
1215
pkgs.cargo-nextest
1316
pkgs.cargo-audit
14-
pkgs.just
15-
pkgs.tree
1617
] ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk; [
1718
frameworks.SystemConfiguration
1819
frameworks.Security

0 commit comments

Comments
 (0)