Skip to content

Commit

Permalink
fix(nix): fix package build
Browse files Browse the repository at this point in the history
  • Loading branch information
NefixEstrada committed Oct 9, 2024
1 parent 8c0e7b3 commit ed5705e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/server.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ yt-dlp-web-ui-frontend, buildGoModule, lib, makeWrapper, yt-dlp, ... }:
{ yt-dlp-web-ui-frontend, buildGo123Module, lib, makeWrapper, yt-dlp, ... }:
let
fs = lib.fileset;
common = import ./common.nix { inherit lib; };
in
buildGoModule {
buildGo123Module {
pname = "yt-dlp-web-ui";
inherit (common) version;
src = fs.toSource rec {
Expand All @@ -26,7 +26,7 @@ buildGoModule {
# repo commons
../.github
../README.md
../LICENSE.md
../LICENSE
../.gitignore
../.vscode
]);
Expand Down

0 comments on commit ed5705e

Please sign in to comment.