mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 00:17:10 +00:00
ci: use the right channel
Also revert bad backport of broot test.
This commit is contained in:
parent
83110c2598
commit
7da74ff66d
2 changed files with 1 additions and 5 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
''
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue