Use upstream nix-vm-test after PR was merged

This commit is contained in:
Jacek Galowicz
2024-12-15 12:50:59 +00:00
parent eadf70ee38
commit f093406c34
2 changed files with 6 additions and 8 deletions

View File

@@ -7,9 +7,7 @@
fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs";
# TODO: Switch to github:numtide/nix-vm-tests when pull request
# https://github.com/numtide/nix-vm-test/pull/71 is through
nix-vm-test.url = "github:tfc/nix-vm-test";
nix-vm-test.url = "github:numtide/nix-vm-test";
nix-vm-test.inputs.nixpkgs.follows = "nixpkgs";
nix-vm-test.inputs.flake-utils.follows = "flake-utils";
};