Skip to content

Commit 2b33705

Browse files
committed
deps: update devenv inputs
1 parent ca2e519 commit 2b33705

2 files changed

Lines changed: 21 additions & 15 deletions

File tree

devenv.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1769080719,
6+
"lastModified": 1773364727,
7+
"narHash": "sha256-UyGvPcl0hQoHSlSa/ifLt/w26f1qVnvvDAxJLppzwb8=",
78
"owner": "cachix",
89
"repo": "devenv",
9-
"rev": "a13cd68223ccb1c50aa9c253504463fda67e6554",
10+
"rev": "9545ff715415a45d8afd5889664459da6f73f297",
1011
"type": "github"
1112
},
1213
"original": {
@@ -20,6 +21,7 @@
2021
"flake": false,
2122
"locked": {
2223
"lastModified": 1767039857,
24+
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
2325
"owner": "NixOS",
2426
"repo": "flake-compat",
2527
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
@@ -40,10 +42,11 @@
4042
]
4143
},
4244
"locked": {
43-
"lastModified": 1769069492,
45+
"lastModified": 1772893680,
46+
"narHash": "sha256-JDqZMgxUTCq85ObSaFw0HhE+lvdOre1lx9iI6vYyOEs=",
4447
"owner": "cachix",
4548
"repo": "git-hooks.nix",
46-
"rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
49+
"rev": "8baab586afc9c9b57645a734c820e4ac0a604af9",
4750
"type": "github"
4851
},
4952
"original": {
@@ -60,10 +63,11 @@
6063
]
6164
},
6265
"locked": {
63-
"lastModified": 1762808025,
66+
"lastModified": 1709087332,
67+
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
6468
"owner": "hercules-ci",
6569
"repo": "gitignore.nix",
66-
"rev": "cb5e3fdca1de58ccbc3ef53de65bd372b48f567c",
70+
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
6771
"type": "github"
6872
},
6973
"original": {
@@ -74,10 +78,11 @@
7478
},
7579
"nixpkgs": {
7680
"locked": {
77-
"lastModified": 1768875095,
81+
"lastModified": 1773201692,
82+
"narHash": "sha256-NXrKzNMniu4Oam2kAFvqJ3GB2kAvlAFIriTAheaY8hw=",
7883
"owner": "NixOS",
7984
"repo": "nixpkgs",
80-
"rev": "ed142ab1b3a092c4d149245d0c4126a5d7ea00b0",
85+
"rev": "b6067cc0127d4db9c26c79e4de0513e58d0c40c9",
8186
"type": "github"
8287
},
8388
"original": {
@@ -91,13 +96,10 @@
9196
"inputs": {
9297
"devenv": "devenv",
9398
"git-hooks": "git-hooks",
94-
"nixpkgs": "nixpkgs",
95-
"pre-commit-hooks": [
96-
"git-hooks"
97-
]
99+
"nixpkgs": "nixpkgs"
98100
}
99101
}
100102
},
101103
"root": "root",
102104
"version": 7
103-
}
105+
}

devenv.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
inputs:
2+
git-hooks:
3+
url: github:cachix/git-hooks.nix
4+
inputs:
5+
nixpkgs:
6+
follows: nixpkgs
7+
28
nixpkgs:
39
url: github:NixOS/nixpkgs/nixpkgs-unstable
4-
permittedInsecurePackages:
5-
- nodejs-16.20.2

0 commit comments

Comments
 (0)