mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
fix: Disabled short open tags.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
inputs@{ self
|
||||
, flake-parts
|
||||
, nixpkgs
|
||||
, nixpkgs-unstable
|
||||
, process-compose-flake
|
||||
, treefmt-nix
|
||||
}:
|
||||
@@ -36,6 +37,9 @@
|
||||
xdebug
|
||||
]));
|
||||
extraConfig = ''
|
||||
; Disable short tags
|
||||
short_open_tag = off
|
||||
|
||||
; xdebug 3
|
||||
xdebug.mode=debug
|
||||
xdebug.client_port=9000
|
||||
|
||||
Reference in New Issue
Block a user