From 377e275ebc9e115045e15c488cf1d95b2b1d49b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 5 Aug 2023 07:45:36 +0200 Subject: [PATCH] also fix netboot on release-23.05 --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2dd1588..af472ef 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,8 @@ # https://github.com/nix-community/nixos-images/pull/123 inputs.nixos-unstable.url = "github:Mic92/nixpkgs/netboot-fix"; - inputs.nixos-2305.url = "github:NixOS/nixpkgs/release-23.05"; + # https://github.com/NixOS/nixpkgs/pull/247279 + inputs.nixos-2305.url = "github:Mic92/nixpkgs/netboot-fix-backport"; nixConfig.extra-substituters = [ "https://cache.garnix.io"