Flake: add package

This commit is contained in:
Toast 2025-01-26 19:09:49 +01:00
parent 9e481f20da
commit be97a926ce
2 changed files with 33 additions and 0 deletions

View file

@ -12,6 +12,10 @@
nodejs
];
};
packages = rec {
default = shows-api;
shows-api = pkgs.callPackage ./package.nix {};
};
}
);
}