direnv: hopefully final nushell fix

This commit is contained in:
K900 2024-09-26 23:14:25 +03:00 committed by Robert Helgesson
parent 0afc2f0f19
commit ffe2d07e77
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
2 changed files with 57 additions and 39 deletions

View file

@ -13,6 +13,6 @@
"home-files/.config/nushell/config.nu";
in ''
assertFileExists "${configFile}"
assertFileRegex "${configFile}" '/nix/store/.*direnv.*/bin/direnv export json'
assertFileRegex "${configFile}" '/nix/store/.*direnv-wrapped'
'';
}