Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Jan 3, 2025
1 parent 32c2a87 commit 1fef026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
};
outputs = {flakelight, ...}:
flakelight ./. {
pname = "demostf-api";
withOverlays = [(import ./nix/overlay.nix)];
packages = {
api = pkgs: pkgs.demostf-api;
Expand Down

0 comments on commit 1fef026

Please sign in to comment.