1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

floorp: use -bin, as source package was dropped (#7818)

See NixOS/nixpkgs#439994
This commit is contained in:
Michael Daniels 2025-09-16 22:50:28 -04:00 committed by GitHub
parent 0a2145eae2
commit 6efc49be7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{ config, ... }:
{
time = "2025-09-15T22:38:14+00:00";
condition = config.programs.floorp.enable;
message = ''
`programs.floorp` now uses `pkgs.floorp-bin` by default,
as `pkgs.floorp` was removed from nixpkgs.
'';
}

View file

@ -16,8 +16,8 @@ in
(mkFirefoxModule {
inherit modulePath;
name = "Floorp";
wrappedPackageName = "floorp";
unwrappedPackageName = "floorp-unwrapped";
wrappedPackageName = "floorp-bin";
unwrappedPackageName = "floorp-bin-unwrapped";
visible = true;
platforms.linux = {