summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/nix
AgeCommit message (Collapse)Author
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross
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.
2019-02-10nix-script: init at 2015-09-22 (#55495)Michele Guerini Rocco
2018-10-28nixdoc: init at 1.0.1Vincent Ambo
Adds nixdoc, a tool to generate documentation for Nix functions in the standard library. See #49275 for some background information.
2018-08-11nix-info: use checkInputsJan Malakhovski
2018-01-21nix-info: build locallyDaiderd Jordan
2017-12-19nix-info: apply SC1117 suggested fixAnthony Cowley
2017-10-17nix-info: Disable doCheck by defaultTuomas Tynkkynen
ShellCheck depends on GHC which is quite a large package to have in the build-time closure of all NixOS systems.
2017-10-17nix-info: fix nixpkgs tarball evaluationFranz Pletz
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
2017-10-14nix-info: initGraham Christensen