Skip to content

Commit e38045f

Browse files
committed
cachix/devenv#2259 fix: php build issue on rolling devenv-nixpkgs
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent bbcc201 commit e38045f

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

devenv.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1761922975,
6+
"lastModified": 1762373403,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "c9f0b47815a4895fadac87812de8a4de27e0ace1",
9+
"rev": "cd6e1489feacebdadc74aff0d8aba0af759104ce",
1010
"type": "github"
1111
},
1212
"original": {
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"locked": {
43-
"lastModified": 1760663237,
43+
"lastModified": 1762441963,
4444
"owner": "cachix",
4545
"repo": "git-hooks.nix",
46-
"rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
46+
"rev": "8e7576e79b88c16d7ee3bbd112c8d90070832885",
4747
"type": "github"
4848
},
4949
"original": {
@@ -74,16 +74,16 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1761907660,
78-
"owner": "NixOS",
79-
"repo": "nixpkgs",
80-
"rev": "2fb006b87f04c4d3bdf08cfdbc7fab9c13d94a15",
77+
"lastModified": 1761313199,
78+
"owner": "cachix",
79+
"repo": "devenv-nixpkgs",
80+
"rev": "d1c30452ebecfc55185ae6d1c983c09da0c274ff",
8181
"type": "github"
8282
},
8383
"original": {
84-
"owner": "NixOS",
85-
"ref": "nixos-unstable",
86-
"repo": "nixpkgs",
84+
"owner": "cachix",
85+
"ref": "rolling",
86+
"repo": "devenv-nixpkgs",
8787
"type": "github"
8888
}
8989
},

devenv.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
22
inputs:
33
nixpkgs:
4-
# There were PHP build issues with cachix rolling
5-
# url: github:cachix/devenv-nixpkgs/rolling
6-
url: github:NixOS/nixpkgs/nixos-unstable
4+
url: github:cachix/devenv-nixpkgs/rolling
75
shared:
86
url: github:pbek/nix-shared
97
flake: false

0 commit comments

Comments
 (0)