Skip to content

Commit 1ae5dca

Browse files
committed
deps: bump devenv inputs
1 parent 157295d commit 1ae5dca

3 files changed

Lines changed: 44 additions & 16 deletions

File tree

devenv.lock

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1759939975,
6+
"lastModified": 1773714831,
7+
"narHash": "sha256-qUJ59Zj+M3OomXnPVx/R+AtloTuzH2zZBsK1vrVo9SA=",
78
"owner": "cachix",
89
"repo": "devenv",
9-
"rev": "6eda3b7af3010d289e6e8e047435956fc80c1395",
10+
"rev": "6e82f48e9ae25c7a2560fce5324d873d8944a008",
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": 1759523803,
45+
"lastModified": 1772893680,
46+
"narHash": "sha256-JDqZMgxUTCq85ObSaFw0HhE+lvdOre1lx9iI6vYyOEs=",
4447
"owner": "cachix",
4548
"repo": "git-hooks.nix",
46-
"rev": "cfc9f7bb163ad8542029d303e599c0f7eee09835",
49+
"rev": "8baab586afc9c9b57645a734c820e4ac0a604af9",
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",
@@ -73,11 +77,15 @@
7377
}
7478
},
7579
"nixpkgs": {
80+
"inputs": {
81+
"nixpkgs-src": "nixpkgs-src"
82+
},
7683
"locked": {
77-
"lastModified": 1758532697,
84+
"lastModified": 1773704619,
85+
"narHash": "sha256-LKtmit8Sr81z8+N2vpIaN/fyiQJ8f7XJ6tMSKyDVQ9s=",
7886
"owner": "cachix",
7987
"repo": "devenv-nixpkgs",
80-
"rev": "207a4cb0e1253c7658c6736becc6eb9cace1f25f",
88+
"rev": "906534d75b0e2fe74a719559dfb1ad3563485f43",
8189
"type": "github"
8290
},
8391
"original": {
@@ -87,17 +95,31 @@
8795
"type": "github"
8896
}
8997
},
98+
"nixpkgs-src": {
99+
"flake": false,
100+
"locked": {
101+
"lastModified": 1773597492,
102+
"narHash": "sha256-hQ284SkIeNaeyud+LS0WVLX+WL2rxcVZLFEaK0e03zg=",
103+
"owner": "NixOS",
104+
"repo": "nixpkgs",
105+
"rev": "a07d4ce6bee67d7c838a8a5796e75dff9caa21ef",
106+
"type": "github"
107+
},
108+
"original": {
109+
"owner": "NixOS",
110+
"ref": "nixpkgs-unstable",
111+
"repo": "nixpkgs",
112+
"type": "github"
113+
}
114+
},
90115
"root": {
91116
"inputs": {
92117
"devenv": "devenv",
93118
"git-hooks": "git-hooks",
94-
"nixpkgs": "nixpkgs",
95-
"pre-commit-hooks": [
96-
"git-hooks"
97-
]
119+
"nixpkgs": "nixpkgs"
98120
}
99121
}
100122
},
101123
"root": "root",
102124
"version": 7
103-
}
125+
}

devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'';
2626

2727
git-hooks.hooks = {
28-
nixfmt-rfc-style.enable = true;
28+
nixfmt.enable = true;
2929
prettier = {
3030
enable = true;
3131
excludes = [ "versions.json" ];

devenv.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
inputs:
2+
git-hooks:
3+
url: github:cachix/git-hooks.nix
4+
inputs:
5+
nixpkgs:
6+
follows: nixpkgs

0 commit comments

Comments
 (0)