From 9623b302cd78b868ae6564a0e74939ddf38f2520 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 3 Nov 2024 13:01:32 -0800 Subject: Add master to pkgs and switch to master for jellyfin --- overlays/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'overlays') diff --git a/overlays/default.nix b/overlays/default.nix index c39804a..6770529 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -12,6 +12,15 @@ # }); }; + # When applied, the master nixpkgs set (declared in the flake inputs) will + # be accessible through 'pkgs.master' + master-packages = final: _prev: { + master = import inputs.nixpkgs-master { + system = final.system; + config.allowUnfree = true; + }; + }; + # When applied, the stable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.stable' stable-packages = final: _prev: { -- cgit v1.2.3