From 161e1e00426741ed72daf4ce3a4bd1a7bab4bc82 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 31 Dec 2024 11:15:38 -0800 Subject: Add tfp-hpa from PR 369712 --- overlays/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'overlays') diff --git a/overlays/default.nix b/overlays/default.nix index e6b5988..ff0e836 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -6,6 +6,7 @@ # outputs.overlays.modifications # outputs.overlays."67e692392-packages" # outputs.overlays.master-packages +# outputs.overlays.pr369712-packages # outputs.overlays.stable-packages # ] @@ -38,12 +39,12 @@ }; }; - #pr363651-packages = final: _prev: { - # pr363651 = import inputs.nixpkgs-pr363651 { - # inherit (final) system; - # config.allowUnfree = true; - # }; - #}; + pr369712-packages = final: _prev: { + pr369712 = import inputs.nixpkgs-pr369712 { + inherit (final) system; + config.allowUnfree = true; + }; + }; # When applied, the stable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.stable' -- cgit v1.2.3