summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index 6bc34fc..60cc848 100644
--- a/flake.nix
+++ b/flake.nix
@@ -130,15 +130,6 @@
};
formatter = treefmtEval.config.build.wrapper;
-
- devShells = {
- default = pkgs.mkShell {
- packages = [
- pkgs.zola
- pkgs.python3
- ];
- };
- };
}
);
}