nix.dev
nix.dev copied to clipboard
Official documentation for getting things done with Nix.
buildInputs only works for legacy reasons as far as I understand. Furthermore benefit of `nativeBuildInputs` is that it makes bash-completion work for things installed with nix-shell on `nixpkgs-unstable`
Overlays
Overlays are nice but are they the only way to patch a package for yourself? If not, then what are the other ways and how do they differ when compared...
- https://github.com/NixOS/nix/issues/3601
https://twitter.com/amanjeev/status/1333419722768048129
- https://www.youtube.com/watch?v=NYyImy-lqaA - https://www.softinio.com/post/moving-from-homebrew-to-nix-package-manager/ - https://github.com/zupo/dotfiles/commit/43a4e46f03ba78c1cf1f43436c0065b723e3e6e1
or _developing portable software_ @domenkozar do you want to make a tutorial out of this? https://discourse.nixos.org/t/developing-for-nixos/8189
https://twitter.com/AsheshAmbasta/status/1281465163565150210
Why might it be useful to run the bash hook every time I run the shell (I imagine it can be used as part of git workflows etc, but mentioning...