Skip to content

Commit

Permalink
invidious: move to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 12, 2024
1 parent 1200719 commit 3a59023
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ json_set '.invidious.date' "$date"
json_set '.invidious.commit' "$commit"
json_set '.invidious.version' "$new_version"

new_hash=$(nix-prefetch -I 'nixpkgs=../../..' "$pkg")
new_hash=$(nix-prefetch -I 'nixpkgs=../../../..' "$pkg")
json_set '.invidious.hash' "$new_hash"

# fetch video.js dependencies
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3995,8 +3995,6 @@ with pkgs;

internetarchive = with python3Packages; toPythonApplication internetarchive;

invidious = callPackage ../servers/invidious { };

iocextract = with python3Packages; toPythonApplication iocextract;

iocsearcher = with python3Packages; toPythonApplication iocsearcher;
Expand Down

0 comments on commit 3a59023

Please # to comment.