From aaeec10163bd480ae28d86c1deed56d695904ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 4 Aug 2023 22:21:39 +0200 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixos-unstable': 'github:NixOS/nixpkgs/4f5308922f99987cabb1821b675da86948af00b4' (2023-08-04) → 'github:Mic92/nixpkgs/52a39dea62074a5d47001e86646f71dff78ffcad' (2023-08-04) --- flake.lock | 12 ++++++------ flake.nix | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index f02d802..14f519c 100644 --- a/flake.lock +++ b/flake.lock @@ -18,16 +18,16 @@ }, "nixos-unstable": { "locked": { - "lastModified": 1691143259, - "narHash": "sha256-VZf4Jtzq85KWunWwH+XSGKEB1TVNARtg3Jxlbx9E/T8=", - "owner": "NixOS", + "lastModified": 1691180400, + "narHash": "sha256-3XvIucYLBKM9xML1QH4fGSB9HFQ3me36ejJo9gTyuDE=", + "owner": "Mic92", "repo": "nixpkgs", - "rev": "4f5308922f99987cabb1821b675da86948af00b4", + "rev": "52a39dea62074a5d47001e86646f71dff78ffcad", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixos-unstable-small", + "owner": "Mic92", + "ref": "netboot-fix", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index f002dc2..2dd1588 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,8 @@ { description = "NixOS images"; - inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + # 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"; nixConfig.extra-substituters = [