summaryrefslogtreecommitdiff
path: root/pkgs/shells/oh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Hildebrandt2024-06-091-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. stuebinm2024-03-191-0/+1
* oh: 0.8.1 -> 0.8.3R. Ryantm2023-11-021-3/+3
* treewide: vendorSha256 → vendorHash•••via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};` Fabián Heredia Montiel2023-09-131-1/+1
* oh: 0.8.0 -> 0.8.1•••https://github.com/michaelmacinnis/oh/releases/tag/v0.8.1 kilianar2022-06-231-3/+3
* oh: 20160522 -> 0.8.0Mario Rodas2021-03-012-43/+16
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/shells: stdenv.lib -> libBen Siraphob2021-01-151-2/+2
* oh: add missing description & homepageChristine Koppelt2019-11-101-1/+7
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-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 Chmielewski2016-09-163-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 Chmielewski2016-08-111-8/+27
* no more goPackagesKamil Chmielewski2016-06-091-4/+1
* oh: extracted from goPackagesKamil Chmielewski2016-06-092-0/+30