Fixed to work with nix-helpers

This commit is contained in:
2024-04-03 16:52:36 -07:00
parent 65fa9819d0
commit 461bd1aa92
4 changed files with 741 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
default = updateDeps;
updateDeps = pkgs.mkShell {
buildInputs = with helpers.packages."${system}";
[ updateClojureDeps ];
[ (updateClojureDeps { }) ];
};
};
});