summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 595c2a5..931e014 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,7 +36,6 @@
in {
imports = let parts = "${self}/parts";
in [
- "${parts}/just.nix"
(import "${parts}/checks.nix" { inherit pre-commit-hooks system; })
(import "${parts}/devenv.nix" { inherit config lib pkgs; })
];