summaryrefslogtreecommitdiff
path: root/machines/picast
diff options
context:
space:
mode:
Diffstat (limited to 'machines/picast')
-rw-r--r--machines/picast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/picast/default.nix b/machines/picast/default.nix
index 63ad21d..b860507 100644
--- a/machines/picast/default.nix
+++ b/machines/picast/default.nix
@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
-{ config, lib, pkgs, pkgs-unstable, ... }:
+{ config, lib, pkgs, pkgs-old, ... }:
{
imports =
@@ -50,7 +50,7 @@
extraGroups = [ "video" ];
};
services.cage = {
- package = pkgs-unstable.cage;
+ package = pkgs-old.cage;
enable = true;
user = "kodi";
program = "${pkgs.kodi-wayland.withPackages (kodiPkgs: with kodiPkgs;