| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | oh: 0.8.1 -> 0.8.3 | R. Ryantm | 2023-11-02 | 1 | -3/+3 |
| * | treewide: vendorSha256 → vendorHash•••via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};` | Fabián Heredia Montiel | 2023-09-13 | 1 | -1/+1 |
| * | oh: 0.8.0 -> 0.8.1•••https://github.com/michaelmacinnis/oh/releases/tag/v0.8.1 | kilianar | 2022-06-23 | 1 | -3/+3 |
| * | oh: 20160522 -> 0.8.0 | Mario Rodas | 2021-03-01 | 2 | -43/+16 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | pkgs/shells: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -2/+2 |
| * | oh: add missing description & homepage | Christine Koppelt | 2019-11-10 | 1 | -1/+7 |
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname | volth | 2019-08-15 | 1 | -1/+1 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | buildGoPackage: deps.json -> deps.nix in NIXON•••https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages | Kamil Chmielewski | 2016-09-16 | 3 | -30/+30 |
| * | buildGoPackage: remove Go deps file `libs.json`•••After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`. | Kamil Chmielewski | 2016-08-11 | 1 | -8/+27 |
| * | no more goPackages | Kamil Chmielewski | 2016-06-09 | 1 | -4/+1 |
| * | oh: extracted from goPackages | Kamil Chmielewski | 2016-06-09 | 2 | -0/+30 |
