treewide: remove unneeded string escapes

(this is to reduce warnings produced by Lix)
This commit is contained in:
stuebinm 2026-03-16 20:17:20 +01:00 committed by Robert Helgesson
parent 0759e0e137
commit 084e7e6df9
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
nmt.script =
let
goCfgDir = if !pkgs.stdenv.isDarwin then ".config/go" else "Library/Application\ Support/go";
goCfgDir = if !pkgs.stdenv.isDarwin then ".config/go" else "Library/Application Support/go";
in
''
assertFileExists "home-files/${goCfgDir}/env"

View file

@ -14,7 +14,7 @@
nmt.script =
let
goCfgDir = if !pkgs.stdenv.isDarwin then ".config/go" else "Library/Application\ Support/go";
goCfgDir = if !pkgs.stdenv.isDarwin then ".config/go" else "Library/Application Support/go";
in
''
assertFileExists "home-files/${goCfgDir}/env"