From 98f0e6e491ea5ac895fc9699dda1abac806c1690 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 2 Jan 2024 14:28:58 +0100 Subject: [PATCH] tomate: fix missing module causing a failed check --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 94c03b1..7ccfa1a 100755 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,7 @@ modules = [ inputs.sops-nix.nixosModules.sops inputs.nix-index-database.nixosModules.nix-index + vscode-server.nixosModules.default ./hosts/tomate/configuration.nix ./modules/base.nix ./modules/zsh.nix