summary refs log tree commit diff
path: root/pkgs/tools/nix
Commit message (Collapse)AuthorAge
...
| * nixos-generators: 1.2.0 -> 1.3.0lassulus2021-05-22
| |
* | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-19
|\| | | | | | | | | | | Conflicts: nixos/doc/manual/release-notes/rl-2105.xml pkgs/tools/security/sequoia/default.nix
| * nixos-install-tools: initRobert Hensing2021-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | The essential commands from the NixOS installer as a package With this package, you get the commands like nixos-generate-config and nixos-install that you would otherwise only find on a NixOS system, such as an installer image. This way, you can install NixOS using a machine that only has Nix. It also includes the manpages, which are important because the commands rely on those for providing --help.
* | treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
|/ | | | | | | | | | | | | Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
* nix-output-monitor: 1.0.3.0 -> 1.0.3.1Malte Brandy2021-04-30
|
* manix: 0.6.2 -> 0.6.3 (#119912)mlvzk2021-04-21
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* rnix-hashes: fix tests, add me as maintainer (#119749)Sandro2021-04-18
| | | | | * rnix-hashes: fix tests, add me as maintainer * Update pkgs/tools/nix/rnix-hashes/default.nix
* nixpkgs-fmt: 1.1.0 -> 1.2.0 (#117933)Jonas Chevalier2021-03-29
|
* nix-output-monitor: 1.0.2.0 -> 1.0.3.0Malte Brandy2021-03-04
|
* nix-output-monitor: 1.0.1.1 -> 1.0.2.0Malte Brandy2021-03-04
|
* nix-output-monitor: Add nom-build scriptMalte Brandy2021-03-03
|
* Merge pull request #113939 from SuperSandro2000/nixpkgs-fmtdavidak2021-02-22
|\ | | | | nixpkgs-fmt: 1.0.0 -> 1.1.0
| * Update pkgs/tools/nix/nixpkgs-fmt/default.nixTim Steinbach2021-02-21
| | | | | | Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
| * nixpkgs-fmt: 1.0.0 -> 1.1.0Sandro Jäckel2021-02-21
| |
* | nix-output-monitor: 1.0.1.0 -> 1.0.1.1Malte Brandy2021-02-21
| |
* | nix-output-monitor: 1.0.0.0 -> 1.0.1.0Malte Brandy2021-02-21
| |
* | nix-output-monitor: 0.1.0.2 -> 1.0.0.0Malte Brandy2021-02-21
|/
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* cached-nix-shell: 0.1.3 -> 0.1.4 (#94567)xzfc2020-11-29
| | | | | | | * cached-nix-shell: 0.1.3 -> 0.1.4 * Apply suggestions from code review Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* Merge pull request #99248 from JoeLancaster/joelancaster-nixadd-v1_0_0Sandro2020-11-28
|\
| * dnadd: init at v1.0.0Joe Lancaster2020-10-05
| |
* | Merge pull request #103277 from Lassulus/nixos-generatorsMaximilian Bosch2020-11-10
|\ \ | | | | | | nixos-generators: 1.1.0 -> 1.2.0
| * | nixos-generators: 1.1.0 -> 1.2.0lassulus2020-11-10
| | |
* | | nar-serve: init at 0.3.0 (#95420)Andika Demas Riyandi2020-11-06
|/ / | | | | | | | | | | | | * nar-serve: init at 0.3.0 * nixos/nar-serve: add new module Co-authored-by: zimbatm <zimbatm@zimbatm.com>
* | nix-output-monitor: 0.1.0.0 -> 0.1.0.2Malte Brandy2020-10-18
| |
* | treewide: remove periods from end of package descriptionsBen Siraphob2020-10-17
| |
* | nix-output-monitor: Add maintainerMalte Brandy2020-10-10
| |
* | nix-output-monitor: Init at 0.1.0.0 (#100102)maralorn2020-10-09
|/
* manix: init at 0.6.2mlvzk2020-09-15
|
* nixpkgs-fmt: 0.9.0 -> 1.0.0Andika Demas Riyandi2020-08-18
|
* nixpkgs-fmt: 0.9.0 -> 1.0.0Andika Demas Riyandi2020-08-17
|
* buildRustPackage packages: editorconfig fixeszowoq2020-07-31
|
* rnix-hashes: init at 0.2.0 (#93778)Andika Demas Riyandi2020-07-28
|
* Merge pull request #88601 from xzfc/cached-nix-shellBenjamin Hipple2020-05-22
|\ | | | | cached-nix-shell: 0.1.2 -> 0.1.3
| * cached-nix-shell: 0.1.2 -> 0.1.3Albert Safin2020-05-22
| |
* | nixos-generators: 1.0.0 -> 1.1.0lassulus2020-05-10
| |
* | nixpkgs-fmt: 0.8.0 -> 0.9.0 (#87175)Andika Demas Riyandi2020-05-07
| |
* | cached-nix-shell: improve robustness of postInstallCole Helbling2020-05-03
| |
* | nixpkgs-fmt: fix erroneous debug output (#86335)Cole Helbling2020-05-02
| | | | | | | | | | | | | | | | Prior to this, when used in conjunction with e.g. `format-all-mode`, garbage like node: NODE_STRING@[8934; 9139), indent: IndentLevel { level: 3, alignment: 0 } would be written to the file.
* | nixpkgs-fmt: 0.7.0 -> 0.8.0rizary2020-04-25
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* cached-nix-shell: init at 0.1.2Albert Safin2020-04-07
|
* nix-script: 2015-09-22 -> 2020-03-23rnhmjoj2020-03-31
|
* nixpkgs-fmt: 0.6.1 -> 0.7.0 (#81805)zimbatm2020-03-05
|
* nix-query-tree-viewer: init at 0.2.0(cdep)illabout2020-02-22
|
* Merge pull request #80297 from bhipple/u/rust-cargo-nixdocMario Rodas2020-02-17
|\ | | | | nixdoc: upgrade cargo fetcher and cargoSha256
| * nixdoc: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | | | | | | | Infra upgrade as part of #79975; no functional change expected.