Skip to content

Commit 256c9b8

Browse files
committed
devenv: update shared
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent eb8fad0 commit 256c9b8

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

devenv.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
"shared": {
102102
"flake": false,
103103
"locked": {
104-
"lastModified": 1769424296,
104+
"lastModified": 1770235461,
105105
"owner": "pbek",
106106
"repo": "nix-shared",
107-
"rev": "6af0fdb18fa4cda031ed691fa57eee5e0f265464",
107+
"rev": "0c49effb045be515160f395ef33fbcd417e5955a",
108108
"type": "github"
109109
},
110110
"original": {

devenv.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
pkgs,
3-
config,
43
...
54
}:
65

@@ -17,14 +16,6 @@
1716
# https://devenv.sh/git-hooks/
1817
git-hooks = {
1918
excludes = [ "appinfo/signature.json" ];
20-
hooks = {
21-
php-cs-fixer = {
22-
# Override the entry to use vendor version instead of Nix-provided version
23-
# The Nix version (3.87.2) is too old and incompatible with PHP 8.4
24-
# The vendor version (3.93.1) works correctly
25-
entry = "${config.languages.php.package}/bin/php vendor/bin/php-cs-fixer fix";
26-
};
27-
};
2819
};
2920

3021
# See full reference at https://devenv.sh/reference/options/

0 commit comments

Comments
 (0)