Skip to content

Commit d78f2de

Browse files
committed
chore: Try updating packages
1 parent 510575e commit d78f2de

File tree

3 files changed

+50
-29
lines changed

3 files changed

+50
-29
lines changed

Cargo.lock

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

devenv.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1733477122,
78-
"owner": "cachix",
79-
"repo": "devenv-nixpkgs",
80-
"rev": "7bd9e84d0452f6d2e63b6e6da29fe73fac951857",
77+
"lastModified": 1744157173,
78+
"owner": "NixOS",
79+
"repo": "nixpkgs",
80+
"rev": "6a39c6e495eefabc935d8ddf66aa45d85b85fa3f",
8181
"type": "github"
8282
},
8383
"original": {
84-
"owner": "cachix",
85-
"ref": "rolling",
86-
"repo": "devenv-nixpkgs",
84+
"owner": "NixOS",
85+
"ref": "nixpkgs-unstable",
86+
"repo": "nixpkgs",
8787
"type": "github"
8888
}
8989
},

devenv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
22
inputs:
33
nixpkgs:
4-
url: github:cachix/devenv-nixpkgs/rolling
4+
url: github:NixOS/nixpkgs/nixpkgs-unstable
55

66
# If you're using non-OSS software, you can set allowUnfree to true.
77
# allowUnfree: true

0 commit comments

Comments
 (0)