direnv: Make lines shorter

This commit is contained in:
Joaquín Triñanes 2023-12-18 03:16:52 +01:00 committed by Robert Helgesson
parent bc52cdd579
commit 3bfaacf461
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 27 additions and 15 deletions

View file

@ -14,6 +14,6 @@
in ''
assertFileExists "${configFile}"
assertFileRegex "${configFile}" \
'let direnv = (/nix/store/.*direnv.*/bin/direnv export json \| from json | default {})'
'^\s*let direnv = (/nix/store/.*direnv.*/bin/direnv export json$'
'';
}