Commit a8467ef044e3

Vincent Demeester <vincent@sbr.pm>
2022-05-31 15:23:31
flake: update sakhalin to 22.05
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a7ac72a
Changed files (1)
flake.nix
@@ -197,8 +197,8 @@
           ];
         };
         sakhalin = {
-          channelName = "nixos-21_11";
-          modules = stableModules_21_11 ++ [
+          channelName = "nixos-22_05";
+          modules = stableModules_22_05 ++ [
             nixos-hardware.nixosModules.common-pc-ssd
             ./systems/hosts/sakhalin.nix
           ];