summary refs log tree commit diff
path: root/pkgs/tools/networking/netboot
Commit message (Collapse)AuthorAge
* netboot: allow build on aarch64-linuxKirill Radzikhovskyy2023-03-15
|
* netboot: disable parallel buildFliegendeWurst2022-01-29
|
* pkgs/tools: use pname&version instead of nameFelix Buehler2021-11-30
|
* tools/networking: replace name with pname&versionFelix Buehler2021-08-01
|
* yacc: deprecate aliasSandro Jäckel2021-04-04
| | | | and add a new line after the alphabetically sorting to please my inner monk
* 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
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* netboot: turn off format hardeningRobin Gloster2016-02-12
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* netboot: simplify, build only on 64bitDomen Kožar2014-08-26
|
* netboot: change to a fixed version, fix buildVladimír Čunát2013-02-23
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Fixing tarball buildMichael Raskin2011-08-29
| | | | svn path=/nixpkgs/trunk/; revision=28873
* Adding netbootMichael Raskin2011-08-29
svn path=/nixpkgs/trunk/; revision=28872