fix: nix package

This commit is contained in:
emily 2024-08-24 18:37:18 +02:00
parent 877b216eae
commit c95296b82c
No known key found for this signature in database
GPG key ID: F6F4C66207FCF995
5 changed files with 54 additions and 15 deletions

View file

@ -25,6 +25,10 @@
inherit system;
};
in {
apps.update-modules = {
type = "app";
program = self.packages.${system}.versiajs.passthru.updateScript;
};
devShells = {
default = pkgs.mkShell {
buildInputs = with pkgs; [