Skip to content

Commit afa9e98

Browse files
committed
deps: bump nixpkgs to stable
gdb is broken on unstable for some reason.
1 parent bc594e2 commit afa9e98

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

devenv.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1753461480,
6+
"lastModified": 1769520473,
7+
"narHash": "sha256-rmawTS5vaT3YU4xk2qiBcgkEDBfYkKEOXBJ6no05Lkw=",
78
"owner": "cachix",
89
"repo": "devenv",
9-
"rev": "3344ada87942ace7f386cd15b7ad6991484bc3f0",
10+
"rev": "8f57fcc2e3ed30e3e5370fa498653c12db8bbdd3",
1011
"type": "github"
1112
},
1213
"original": {
@@ -19,14 +20,15 @@
1920
"flake-compat": {
2021
"flake": false,
2122
"locked": {
22-
"lastModified": 1747046372,
23-
"owner": "edolstra",
23+
"lastModified": 1767039857,
24+
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
25+
"owner": "NixOS",
2426
"repo": "flake-compat",
25-
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
27+
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
2628
"type": "github"
2729
},
2830
"original": {
29-
"owner": "edolstra",
31+
"owner": "NixOS",
3032
"repo": "flake-compat",
3133
"type": "github"
3234
}
@@ -40,10 +42,11 @@
4042
]
4143
},
4244
"locked": {
43-
"lastModified": 1750779888,
45+
"lastModified": 1769069492,
46+
"narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
4447
"owner": "cachix",
4548
"repo": "git-hooks.nix",
46-
"rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
49+
"rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
4750
"type": "github"
4851
},
4952
"original": {
@@ -61,6 +64,7 @@
6164
},
6265
"locked": {
6366
"lastModified": 1709087332,
67+
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
6468
"owner": "hercules-ci",
6569
"repo": "gitignore.nix",
6670
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
@@ -74,14 +78,16 @@
7478
},
7579
"nixpkgs": {
7680
"locked": {
77-
"lastModified": 1753461381,
81+
"lastModified": 1769318308,
82+
"narHash": "sha256-Mjx6p96Pkefks3+aA+72lu1xVehb6mv2yTUUqmSet6Q=",
7883
"owner": "NixOS",
7984
"repo": "nixpkgs",
80-
"rev": "ae938d58f85f768d2351068ef7a154a184fd6ab8",
85+
"rev": "1cd347bf3355fce6c64ab37d3967b4a2cb4b878c",
8186
"type": "github"
8287
},
8388
"original": {
8489
"owner": "NixOS",
90+
"ref": "nixos-25.11",
8591
"repo": "nixpkgs",
8692
"type": "github"
8793
}
@@ -91,9 +97,6 @@
9197
"devenv": "devenv",
9298
"git-hooks": "git-hooks",
9399
"nixpkgs": "nixpkgs",
94-
"pre-commit-hooks": [
95-
"git-hooks"
96-
],
97100
"rust-overlay": "rust-overlay"
98101
}
99102
},
@@ -119,4 +122,4 @@
119122
},
120123
"root": "root",
121124
"version": 7
122-
}
125+
}

devenv.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
inputs:
2+
git-hooks:
3+
url: github:cachix/git-hooks.nix
4+
inputs:
5+
nixpkgs:
6+
follows: nixpkgs
27
nixpkgs:
3-
url: github:NixOS/nixpkgs
8+
url: github:NixOS/nixpkgs/nixos-25.11
49
rust-overlay:
510
url: github:oxalica/rust-overlay
611
inputs:

0 commit comments

Comments
 (0)