about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index bc8eedb..d9b4673 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,8 +48,6 @@
 
       devShells.default = pkgs.mkShell {
         packages = with pkgs; [
-          cocogitto
-
           licensure
         ];
       };