CI/Nix: simplify cache config
This commit is contained in:
parent
5f0575737f
commit
526aa1d020
7 changed files with 20 additions and 51 deletions
|
|
@ -1,6 +1,6 @@
|
|||
inputs: pkgs: let
|
||||
flake = inputs.self.packages.${pkgs.stdenv.hostPlatform.system};
|
||||
hyprland = flake.hyprland-with-hyprtester;
|
||||
hyprland = flake.hyprland;
|
||||
in {
|
||||
tests = pkgs.testers.runNixOSTest {
|
||||
name = "hyprland-tests";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue