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 --- flake.nix | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9dafc12..c6ca8b2 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ # per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages #nixpkgs-67e692392.url = "github:nixos/nixpkgs/67e69239226f37168d1adb8d29bd61150756a03e"; nixpkgs-master.url = "github:nixos/nixpkgs"; - #nixpkgs-pr367392.url = "github:sikmir/nixpkgs/dict"; + nixpkgs-pr369712.url = "github:7c6f434c/nixpkgs/fix-tftp-hpa"; nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; @@ -43,7 +43,20 @@ }; - outputs = { disko, home-manager-stable, home-manager, nixos-hardware, nixpkgs-master, nixpkgs-stable, nixpkgs, nvidia-patch, self, sops-nix, ... } @ inputs: let + outputs = { + disko, + home-manager-stable, + home-manager, + nixos-hardware, + nixpkgs-master, + nixpkgs-pr369712, + nixpkgs-stable, + nixpkgs, + nvidia-patch, + self, + sops-nix, + ... + } @ inputs: let inherit (self) outputs; systems = [ #"aarch64-linux" -- cgit v1.2.3