Skip to content

Commit 4434112

Browse files
authored
Update nixpkgs and nix-vm-test input (#302)
The last nixpkgs update also requires nix-vm-test to be updated: - numtide/nix-vm-test#147 to fix the test driver - numtide/nix-vm-test#150 to fix registration of store paths in the Nix database, which was broken in tests using extraPathsToRegister.
1 parent bd3e419 commit 4434112

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
);
2727
nix-vm-test-lib =
2828
let
29-
rev = "e34870b8dd2c2d203c05b4f931b8c33eaaf43b81";
30-
sha256 = "sha256:1qp1fq96kv9i1nj20m25057pfcs1b1c9bj4502xy7gnw8caqr30d";
29+
rev = "991369a72fe577c2bcdad0b26bf8c63a6f94f84b";
30+
sha256 = "sha256:1ygn0acvzzrg0jbnbpwfl4n4k2ka6ay0x34sj61g11c1pvckl3m9";
3131
in
3232
"${
3333
builtins.fetchTarball {

0 commit comments

Comments
 (0)