1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-14 02:33:38 +02:00

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 - uses: cachix/install-nix-action@v19
with: with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install 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 - uses: cachix/cachix-action@v12
with: with:
name: nix-community name: nix-community

View File

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