From 02ee460e41ef9e47ad103054fe8b8e08c8462f07 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 21:44:24 +0900 Subject: [PATCH] Semicolon --- laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 79c1a80a..aaf0d7ad 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -15,7 +15,7 @@ autoUpgrade = { enable = true; allowReboot = false; - channel = https://channels.nixos.org/nixos-23.05 + channel = https://channels.nixos.org/nixos-23.05; }; };