Commit 8b339dfc2dc0

Vincent Demeester <vincent@sbr.pm>
2023-05-30 17:40:25
flake: switch sakhalin to 23.05
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7388889
Changed files (1)
flake.nix
@@ -225,8 +225,8 @@
           ];
         };
         sakhalin = {
-          channelName = "nixos-22_11";
-          modules = stableModules_22_11 ++ [
+          channelName = "nixos-23_05";
+          modules = stableModules_23_05 ++ [
             nixos-hardware.nixosModules.common-pc-ssd
             ./systems/hosts/sakhalin.nix
           ];