CI/Nix: simplify cache config

This commit is contained in:
Mihai Fufezan 2025-11-17 09:10:00 +02:00
parent 5f0575737f
commit 526aa1d020
No known key found for this signature in database
7 changed files with 20 additions and 51 deletions

View file

@ -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";