summary refs log tree commit diff
path: root/pkgs/tools/nix
Commit message (Collapse)AuthorAge
* nixpkgs-fmt: 0.6.0 -> 0.6.1zimbatm2019-11-07
|
* nixpkgs-fmt: 0.5.0 -> 0.6.0zimbatm2019-09-16
|
* nixpkgs-fmt: 0.3.1 -> 0.5.0zimbatm2019-09-07
|
* nix-store-gcs-proxy: init at 0.1.0 (#68139)zimbatm2019-09-06
| | | | | | * nix-store-gcs-proxy: init at 0.1.0 Co-Authored-By: Florian Klink <flokli@flokli.de>
* Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\
| * Merge pull request #67820 from Lassulus/nixos-generatorsmarkuskowa2019-08-31
| |\ | | | | | | nixos-generators: init at 1.0.0
| | * nixos-generators: init at 1.0.0lassulus2019-08-31
| | |
* | | treewide: name -> pname (#67513)volth2019-08-31
| | |
* | | treewide: remove redundant recvolth2019-08-28
|/ /
* | Merge branch 'master' into staging-nextVladimír Čunát2019-08-25
|\| | | | | | | | | | | | | There were several more conflicts from name -> pname+version; all auto-solved by kdiff3, hopefully OK. Hydra nixpkgs: ?compare=1538611
| * nixpkgs-fmt: 0.2.0 -> 0.3.1zimbatm2019-08-24
| |
* | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\| | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * nixpkgs-fmt: init at 0.2.0zimbatm2019-08-23
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* nix-script: init at 2015-09-22 (#55495)Michele Guerini Rocco2019-02-10
|
* nixdoc: init at 1.0.1Vincent Ambo2018-10-28
| | | | | | | Adds nixdoc, a tool to generate documentation for Nix functions in the standard library. See #49275 for some background information.
* nix-info: use checkInputsJan Malakhovski2018-08-11
|
* nix-info: build locallyDaiderd Jordan2018-01-21
|
* nix-info: apply SC1117 suggested fixAnthony Cowley2017-12-19
|
* nix-info: Disable doCheck by defaultTuomas Tynkkynen2017-10-17
| | | | | ShellCheck depends on GHC which is quite a large package to have in the build-time closure of all NixOS systems.
* nix-info: fix nixpkgs tarball evaluationFranz Pletz2017-10-17
| | | | | | | error: while evaluating the attribute ‘darwin-tested’ at /build/git-export/lib/attrsets.nix:199:44: [..] while evaluating the attribute ‘nix-info.x86_64-darwin’ at /build/git-export/lib/attrsets.nix:199:44: attribute ‘x86_64-darwin’ missing, at /build/git-export/pkgs/top-level/release.nix:50:15
* nix-info: initGraham Christensen2017-10-14