also fix netboot on release-23.05
This commit is contained in:
parent
a1478fe225
commit
377e275ebc
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue