From 738d986536713a6bf473c00aabe496c8adcca7be Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Mon, 20 Mar 2023 07:45:02 -0400 Subject: [PATCH] flake: update nixpkgs-test The nixpkgs-test input has been moved to the branch from NixOS/nixpkgs#207039. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0ef4e5e..a7dbf02 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; - nixpkgs-test.url = "github:RaitoBezarius/nixpkgs/simplified-qemu-boot-disks"; + nixpkgs-test.url = "github:NixOS/nixpkgs/qemu-boot-disk-using-make-disk-image"; flake-parts.url = "github:hercules-ci/flake-parts";