CI/Nix: simplify cache config
This commit is contained in:
parent
5f0575737f
commit
526aa1d020
7 changed files with 20 additions and 51 deletions
|
|
@ -43,7 +43,12 @@ in {
|
|||
};
|
||||
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
|
||||
|
||||
hyprland-with-hyprtester = final.hyprland.override {withHyprtester = true;};
|
||||
hyprland-with-hyprtester =
|
||||
builtins.trace ''
|
||||
hyprland-with-hyprtester was removed. Please use the hyprland package.
|
||||
Hyprtester is always built now.
|
||||
''
|
||||
final.hyprland;
|
||||
|
||||
# deprecated packages
|
||||
hyprland-legacy-renderer =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue