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

10
flake.lock generated
View File

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

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