aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-27 11:27:16 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-27 11:27:16 -0800
commit1607a3e930cd4d960053597bfd7f04c6415d5e4a (patch)
treeded85fb3ca5bbc378c752556dd1520d36ee95f21 /flake.nix
parentdon't specify the day (diff)
downloadfcuny.net-1607a3e930cd4d960053597bfd7f04c6415d5e4a.tar.gz
tidy the flake
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 = [