SaaSHub helps you find the best software and product alternatives Learn more →
Nixpkgs Alternatives
Similar projects and alternatives to nixpkgs
-
-
Home Manager using Nix
Manage a user environment using Nix [maintainer=@rycee]
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
asdf
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
-
-
-
-
easyeffects
Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications
-
Home Assistant
:house_with_garden: Open source home automation that puts local control and privacy first.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nixpkgs reviews and mentions
-
An independent package manager that every hacker deserves
And if you're not able to install Nix (running something on a target machine?), you can use `nix bundle` on your own machine. More relevant for the author may be that the selection of pentesting tools in Nixpkgs is lacking[1].
-
Changes to xdg.portals?
Am I reading this correctly? https://github.com/NixOS/nixpkgs/blob/592047fc9e4f7b74a4dc85d1b9f5243dfe4899e3/nixos/modules/config/xdg/portal.nix
-
Subject: Separating Debug Symbols from Executables
I apologize for the moderately OT help request, but as Tweag has some great nix / rust content, and this is about debugging, I thought some HNers with relevant interests might swing by -- I am going nuts trying to get debugging working for nix-compiled rust on an M1 Mac (via llvm). My posts to the nix forum, rust forum, and my nixpkgs repo have gone without response, and I'm a humble hobbyist that is running out of ideas. If anyone has any ideas or suggestions, please take a look at https://github.com/NixOS/nixpkgs/issues/262131 -- TIA, and I apologize again if this detracts from the OP!
- Ansel
-
Rust Without Crates.io
#! nix-shell -I https://github.com/NixOS/nixpkgs/archive/4ecab3273592f27479a583fb6d975d4aba3486fe.tar.gz
-
Home Assistant blocked from integrating with Garage Door opener API
This is rich. HA, with their own history of shutting out other open source projects, complains about being shut out of a proprietary product.
- Mastering DOM manipulation with vanilla JavaScript
-
Problems with Nvim + remote plugins
let config = pkgs.neovimUtils.makeNeovimConfig { extraLuaPackages = p: [ p.magick ]; extraPython3Packages = p: with p; [ pynvim jupyter-client cairosvg pnglatex ]; extraPackages = p: with p; [ imageMagick ]; withNodeJs = true; withRuby = true; withPython3 = true; # https://github.com/NixOS/nixpkgs/issues/211998 customRC = "luafile ~/.config/nvim/init.lua"; }; in { nixpkgs.overlays = [ (_: super: { neovim-custom = pkgs.wrapNeovimUnstable (super.neovim-unwrapped.overrideAttrs (oldAttrs: { buildInputs = oldAttrs.buildInputs ++ [ super.tree-sitter ]; })) config; }) ];
-
OpenELA releases redhat source code for everyone
> Strange, I do not see a kernel or linux package.
The kernel source is pulled in by the respective .nix to build the kernel. Eg. the following defines which commit of zen-kernel should be used as source.
https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specifi...
-
macOS Sonoma Broke Grep
I really don't see how it is "unacceptably bad". You don't even have to understand anything about Nix and still be able to use the damn thing. Yes the real-version vs attribute-name-that-contains-a-version is a bit wonky but in practice that's seriously not an issue.
But really, for versions you can actually pick whatever version you wish by hitting a specific channel state:
nix-env -f https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz -iA ruby
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa2191848>
www.saashub.com | 2 Dec 2023
Stats
NixOS/nixpkgs is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of nixpkgs is Nix.