diff options
| author | Grisha Shipunov | 2025-12-04 11:35:02 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-12-04 11:35:02 +0100 |
| commit | cbd9f57467fa3011882182170d721f650d952274 (patch) | |
| tree | 875005ee203e570dea6ec4c5bcdac0d3dbcf70b0 /flake.nix | |
| parent | a2db97426d0c68e8e5cbc80a1ea80c9b573213e6 (diff) | |
switch toaster to stable
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ in microvms // { - toaster = nixpkgs-unstable.lib.nixosSystem { + toaster = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ |
