summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-12-04 11:35:02 +0100
committerGrisha Shipunov2025-12-04 11:35:02 +0100
commitcbd9f57467fa3011882182170d721f650d952274 (patch)
tree875005ee203e570dea6ec4c5bcdac0d3dbcf70b0
parenta2db97426d0c68e8e5cbc80a1ea80c9b573213e6 (diff)
switch toaster to stable
-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 = [