about summary refs log tree commit diff
path: root/nix/templates/goapp/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/templates/goapp/flake.nix')
-rw-r--r--nix/templates/goapp/flake.nix1
1 files changed, 0 insertions, 1 deletions
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 {