ci: use the right channel

Also revert bad backport of broot test.
This commit is contained in:
Robert Helgesson 2023-04-03 21:20:42 +02:00
parent 83110c2598
commit 7da74ff66d
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
2 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=channel:nixos-22.11
- uses: cachix/cachix-action@v12
with:
name: nix-community

View File

@ -10,16 +10,12 @@
assertFileExists home-files/.config/broot/conf.toml
assertFileContent home-files/.config/broot/conf.toml ${
builtins.toFile "broot.expected" ''
content_search_max_file_size = "10MB"
imports = ["verbs.hjson", {file = "dark-blue-skin.hjson", luma = ["dark", "unknown"]}, {file = "white-skin.hjson", luma = "light"}]
modal = true
show_selection_mark = true
verbs = []
[skin]
[special_paths]
"/media" = "no-enter"
''
}
'';