nixos-config
nixpkgs-mozilla
nixos-config | nixpkgs-mozilla | |
---|---|---|
2 | 14 | |
0 | 531 | |
- | 0.9% | |
3.8 | 3.9 | |
over 3 years ago | 5 days ago | |
Nix | Nix | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nixos-config
-
Help to get the latest version of Firefox
If you want to use the unstable channel, refer to this line to add it to your configuration.nix: https://github.com/hsek/nixos-config/blob/main/t480/configuration.nix#L7
- What's all the hype with Nix?
nixpkgs-mozilla
-
Fixing a Bug in Google Chrome as a First-Time Contributor
You can develop Firefox with Nix.
https://github.com/mozilla/nixpkgs-mozilla?tab=readme-ov-fil...
Then you can use Nix from windows, but im unsure of performance or friction as I've totally abandoned windows personally.
Here are some resources:
https://nathan.gs/2023/12/14/nixos-on-windows/
https://nixos.wiki/wiki/Nix_Installation_Guide#Windows_Subsy...
-
NixOS + SteamVR + OpenXR + Godot
Do I know how to do this? No, but this real-world and the wiki might be places to start. I'll eventually have to figure this out myself so if I get around to that I'll post what I learn too
-
Installing firefox-nightly with overlays and home-manager?
Is there a way to still keep it pure? From the nixpkgs-mozilla repo:
-
Annoucing fenix monthly, Rust toolchains updated 1st of every month
Fenix provides the minimal, default, and complete profile of rust toolchains, latest profile of nightly toolchains, nightly version of rust analyzer and its vscode extension. It aims to be a replacement for rustup and the rust overlay provided by nixpkgs-mozilla.
-
Blog(ish): So I switched to Arch for a month...
Firefox-nightly is maintained in the official nixpkgs-mozilla repo, so you're incorrect on that point. It's unreasonable to ask me to pick out examples for you, just to prove that numbers have actual meaning. However, feel free to peruse recently added packages and see which ones do and don't make their way to the AUR.
-
Have a few questions about NixOS
4. I would suggest Mozilla's Rust overlay or fenix or similar instead of Rustup - that would be more of the "Nix-way" to acquire the toolchain and you can still manage multiple versions. Not sure what the Ruby equivalent is, I don't do Ruby.
-
Is NixOS a perfect tool for my task and should I learn it?
and for building software, I'd suggest using flakes for both the software repo and the system configuration, because then you can just add the software flake as an input to the configuration flake and that's it, and you have the build code separated from your system. Using e.g. "ssh+git://git.example.com/secret-project" as the input should work, though I don't know which user's SSH keys it will try to use. I think mozilla-overlay is a good example, the flake outputs are a couple overlays you can add to your system's nixpkgs (here's how to add overlays in nixos), especially take a look at phlay-overlay in the mozilla repo, it's an overlay that adds one package so it's pretty simple. You can do something similar without using flakes though, fetching the sources needs to be done differently though, I know there's the builtins.fetchGit and builtins.fetchTarball functions, the former I assume would work similarly with SSH keys, no idea about the latter. The rest, making a derivation for building the software and adding it to your configuration's nixpkgs, should work the same.
-
Widevine playback not working on NixOS Nightly
I am on NixOS at the moment, Widevine (Nightly) on Arch was working well. I installed Nightly from https://github.com/mozilla/nixpkgs-mozilla.
- Cannot get a newer version of a nodePackage with an override
- Help to get the latest version of Firefox
What are some alternatives?
static-haskell-nix - easily build most Haskell programs into fully static Linux executables
rust-overlay - Pure and reproducible nix overlay of binary distributed rust toolchains
haskell-kafka
TextSnatcher - How to Copy Text from Images ? Answer is TextSnatcher !. Perform OCR operations in seconds on Linux Desktop.
haskell.nix - Alternative Haskell Infrastructure for Nixpkgs
rust-analyzer - A Rust compiler front-end for IDEs
nix-cabal-simplest - The simplest Nix + Cabal setup possible, for demo purposes.
rust - Empowering everyone to build reliable and efficient software.
haskell-nix - Nix and Haskell in production
fenix - Rust toolchains and rust-analyzer nightly for Nix [maintainer=@figsoda]
Cabal - Official upstream development repository for Cabal and cabal-install
nixos-configuration - Nix(OS) system and user configurations