get freetube from pkgs-edge

This commit is contained in:
Lillian Violet 2025-02-02 15:18:54 +01:00
parent 05f1e752c6
commit 0c71fb914d
3 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,6 @@
gamescope gamescope
# Multimedia: # Multimedia:
freetube
vlc vlc
fcast-receiver fcast-receiver
fcast-client fcast-client

View file

@ -90,6 +90,7 @@
#rustdesk #rustdesk
]) ])
++ (with pkgs-edge; [ ++ (with pkgs-edge; [
freetube
# list of latest packages from nixpkgs master # list of latest packages from nixpkgs master
# Can be used to install latest version of some packages # Can be used to install latest version of some packages
]); ]);

View file

@ -27,11 +27,11 @@
path = "/home/lillian/.ssh/id_ed25519"; path = "/home/lillian/.ssh/id_ed25519";
}; };
}; };
#TODO: remove this when unneeded for freetube #TODO: remove this when unneeded for freetube
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"python3.12-youtube-dl-2021.12.17" "python3.12-youtube-dl-2021.12.17"
]; ];
nix = { nix = {
package = pkgs.lix; package = pkgs.lix;
gc = { gc = {