summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8249755..21d34a4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -94,7 +94,7 @@
in
microvms
// {
- toaster = nixpkgs-unstable.lib.nixosSystem {
+ toaster = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [