Felix Buehler
|
051fcdbe8b
|
tools/{security/system}: replace name with pname&version
|
2021-07-27 17:54:21 +02:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
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
|
2021-01-11 10:38:22 +01:00 |
|
Ben Siraphob
|
683a87dbeb
|
treewide: remove periods from end of package descriptions
|
2020-10-17 08:22:31 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Aaron Andersen
|
d7d7533c18
|
changes as per requested by @aszlig
|
2018-08-31 02:52:49 +00:00 |
|
Aaron Andersen
|
1a05952f44
|
remove duplicate string
|
2018-08-27 22:37:22 +00:00 |
|
Aaron Andersen
|
9153e499a8
|
removed redundant line
|
2018-08-27 22:35:25 +00:00 |
|
Aaron Andersen
|
bd50320cb1
|
some cleanup of the package .nix file as recommended by @jtojnar
|
2018-08-27 21:28:20 +00:00 |
|
Aaron Andersen
|
e8d79aba4e
|
use fetchFromGitHub instead of fetchurl as recommended by @jtojnar
|
2018-08-27 20:59:19 +00:00 |
|
Aaron Andersen
|
64fd3f10aa
|
fixed mistake about location of HOME
|
2018-08-27 15:49:41 +00:00 |
|
Aaron Andersen
|
4d89adcd72
|
tweak the PATH variable to better match what NixOS provides
|
2018-08-27 15:24:10 +00:00 |
|
Aaron Andersen
|
8da9d7ceb1
|
conforming to CONTRIBUTING.md
|
2018-08-25 21:10:59 -04:00 |
|
Aaron Andersen
|
944f0b01a4
|
replace hardcoded guess path with what i hope is the proper nixos path
|
2018-08-26 01:02:33 +00:00 |
|
Aaron Andersen
|
63c3b7ce10
|
fixed license
added incron to pkgs
|
2018-08-25 20:51:39 -04:00 |
|
Aaron Andersen
|
fc03a9f5b7
|
initial work on incron service
|
2018-08-25 18:08:24 -04:00 |
|