diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 11:27:16 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-27 11:27:16 -0800 |
| commit | 1607a3e930cd4d960053597bfd7f04c6415d5e4a (patch) | |
| tree | ded85fb3ca5bbc378c752556dd1520d36ee95f21 /flake.nix | |
| parent | don't specify the day (diff) | |
| download | fcuny.net-1607a3e930cd4d960053597bfd7f04c6415d5e4a.tar.gz | |
tidy the flake
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 = [ |
