chore: nixpkgs bug flushBeforeStage2 required

This commit is contained in:
oddlama 2023-06-05 21:05:04 +02:00
parent 8c9fb505f8
commit 90499504b5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 32 additions and 30 deletions

View file

@ -37,7 +37,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs?rev=4e37b4e55b60fb7d43d2b62deb51032a489bcbe8";
microvm = {
url = "github:astro/microvm.nix";