File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 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": {
Original file line number Diff line number Diff line change 11{
22 pkgs ,
3- config ,
43 ...
54} :
65
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/
You can’t perform that action at this time.
0 commit comments