flake: update nixpkgs-test

The nixpkgs-test input has been moved to the branch from
NixOS/nixpkgs#207039.
This commit is contained in:
Lily Foster 2023-03-20 07:45:02 -04:00
parent 658d753d1c
commit 738d986536
No known key found for this signature in database
GPG Key ID: 49340081E484C893
1 changed files with 1 additions and 1 deletions

View File

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