mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix: nix package
This commit is contained in:
parent
877b216eae
commit
c95296b82c
5 changed files with 54 additions and 15 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue