SaaSHub helps you find the best software and product alternatives Learn more →
Nixos-search Alternatives
Similar projects and alternatives to nixos-search
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
steam-devices
List of devices Steam and SteamVR will want read/write permissions on, to help downstream distributions create udev rules/etc
-
-
nix-index
Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]
-
-
-
-
-
-
-
-
-
nixos-search discussion
nixos-search reviews and mentions
-
NixOS is a good server OS, except when it isn't
There is https://search.nixos.org/ and on the command line you can play around with:
$ nix repl
nix-repl> :l
nix-repl> {press tab for auto-complete}
-
Switching from Arch to NixOS
The greatest feature of NixOS (in my opinion) is the ability to run what are called "ephemeral shells" -- that is, to be able to download and run software in an isolated environment without initially installing it, without it changing or damaging the main environment in any way.
This is accomplished via the shell command:
'nix-shell -p '"
i.e.,
$ nix-shell -p vim
Where can be found from over 100,000 packages here:
https://search.nixos.org/
Functionally, the above is the equivalent of what Google Play Store, Apple App Store or Microsoft Store or other Linux package managers are to their respective platforms.
To install software permanently, edit /etc/nixos/configuration.nix to include it (typically under environment.systemPackages), and follow up with:
$ sudo nixos-rebuild switch
It is also not too difficult to undo those changes should that be wished, but that's beyond the scope of a simple HN post!
Anyway, in my opinion, NixOS is probably the most Software Developer friendly evolution of Unix since Linux itself!
Well worth a try for technical people -- but there is a learning curve when trying to do very specific esoteric things with it... but that's sort of the case with anything technological...
That being said, there is a lot more documentation about NixOS on the web these days then there was in the early days...
-
Why is the documentation... nowhere to be found?!
For me, https://search.nixos.org/ is a better aid than the wiki. Often the right keyword in the NixOS packages or modules search will lead me right to the obvious and simple answer that I couldn't find elsewhere.
-
Nix packages security, safety, and privacy
Does https://search.nixos.org/ pull from nixpkgs, the Nix User Repository, or both?
-
What is the difference between:
Just go to search.nixos.org, open the option you would like to see more of, and click on the link behind "Declared in".
-
Where to find SAR in the package manager?
I've done a nix-env query, and checked in https://search.nixos.org but can't seem to find any SAR package, nor any google search that gave any hints to see if it might be part of another system utility package...
-
My First Impressions of Nix
If you want to install a package, search for it at https://search.nixos.org
The gnome system monitor is gnome.gnome-system-monitor for example https://search.nixos.org/packages?channel=23.05&show=gnome.g...
- How can I see what options are available for a certain import?
-
Super Colliding Nix Stores: Nix Flakes for Millions of Developers
search.nixos.org also includes flakes that people PR into the index via GitHub at https://github.com/NixOS/nixos-search/issues
ps: $ nix search exists via experimental flags https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3...
-
Thinking about to switch from Fedora Sliverblue to NixOS with following use case…
Idk about ec_sys, I couldn't find it on search.nixos.org, but since it's a kernel module it might just come with the kernel idk.
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Dec 2024
Stats
NixOS/nixos-search is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of nixos-search is Elm.