this post was submitted on 28 Mar 2024
0 points (NaN% liked)

Nix / NixOS

1630 readers
1 users here now

Main links

Videos

founded 1 year ago
MODERATORS
 

Basically the title. I have Nixos running on a server that runs completely headless and while playing around today, I noticed that the rebuild takes longer than expected and apparently that's because firefox gets compiled.

Now, I don't have any GUI installed, and even if I had, I don't see a reason to compile FF from source.

My packages are just Jellyfin, Samba, Gitea, Nextcloud, virt-manager. None of these should depend on FF.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Atemu@lemmy.ml 0 points 5 months ago* (last edited 5 months ago) (1 children)

Does firefox appear in your previous closure? nix-store --query --tree /run/current-system/ | grep firefox

[โ€“] agressivelyPassive@feddit.de 0 points 5 months ago

I solved it using nix-tree, see the other comment.