Merge pull request #126 from nix-community/ci

also fix netboot on release-23.05
This commit is contained in:
Jörg Thalheim 2023-08-05 06:48:15 +01:00 committed by GitHub
commit 74ca72e242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"