mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
fix flake
This commit is contained in:
parent
32c2a87ed0
commit
1fef02679a
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
};
|
};
|
||||||
outputs = {flakelight, ...}:
|
outputs = {flakelight, ...}:
|
||||||
flakelight ./. {
|
flakelight ./. {
|
||||||
|
pname = "demostf-api";
|
||||||
withOverlays = [(import ./nix/overlay.nix)];
|
withOverlays = [(import ./nix/overlay.nix)];
|
||||||
packages = {
|
packages = {
|
||||||
api = pkgs: pkgs.demostf-api;
|
api = pkgs: pkgs.demostf-api;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue