aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index 8d4f34b..7ee4c17 100644
--- a/flake.nix
+++ b/flake.nix
@@ -49,7 +49,6 @@
);
in
{
-
packages = {
default =
with pkgs;
@@ -69,12 +68,6 @@
};
};
- apps = {
- default = {
- type = "app";
- program = "${self.packages."${system}".zola}/bin/zola";
- };
- };
formatter = treefmt;
checks = {
@@ -99,7 +92,6 @@
treefmt
lychee
just
- treefmt
];
devshell.startup.pre-commit.text = self.checks.${system}.pre-commit-check.shellHook;
env = [