broot: get rid of IFDs (#6723)

This commit is contained in:
Robin Stumm 2025-04-01 19:07:51 +02:00 committed by GitHub
parent 0afad8f080
commit f4d9d1e2ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 22 deletions

View file

@ -9,7 +9,7 @@
nixpkgs.overlays = [ (self: super: { inherit (realPkgs) broot hjson-go; }) ];
nmt.script = ''
assertFileExists home-files/.config/broot/conf.toml
assertFileContains home-files/.config/broot/conf.toml 'modal = true'
assertFileExists home-files/.config/broot/conf.hjson
assertFileContains home-files/.config/broot/conf.hjson '"modal": true'
'';
}