diff --git a/flake.lock b/flake.lock index 2b21eb7..ad97849 100644 --- a/flake.lock +++ b/flake.lock @@ -49,15 +49,15 @@ ] }, "locked": { - "lastModified": 1734178503, - "narHash": "sha256-R2HSewN6ekutGwBA1RY5EKT1eV3idY/KjSUvPpQT+Gg=", - "owner": "tfc", + "lastModified": 1734206535, + "narHash": "sha256-e/OcfpGhVDc400m0LvBu22MCcdIJsEBoCVhpcgDuSv4=", + "owner": "numtide", "repo": "nix-vm-test", - "rev": "7216720e54ff058744d84dba3a6057e52ebb4fbc", + "rev": "b9630e7d64325b636943157c41b486bc66413766", "type": "github" }, "original": { - "owner": "tfc", + "owner": "numtide", "repo": "nix-vm-test", "type": "github" } diff --git a/flake.nix b/flake.nix index 851b556..d232bfa 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };