From ae39f02812bcfe903e956220c890bfb7b9bb9ff4 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 19 Feb 2025 19:53:25 +0100 Subject: removed the backend, added the frontend with oidc support So I've added oidc support which is nice, yet I have to test this with some https foo, so I'm pushing this. --- nix/templates/goapp/flake.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nix/templates/goapp/flake.nix') diff --git a/nix/templates/goapp/flake.nix b/nix/templates/goapp/flake.nix index 8303eb3..1ca876f 100644 --- a/nix/templates/goapp/flake.nix +++ b/nix/templates/goapp/flake.nix @@ -30,7 +30,6 @@ in { packages = { } - // (package-and-docker "backend") // (package-and-docker "frontend"); devShells.default = pkgs.mkShell { -- cgit 1.4.1