Weijia Wang
def1e23be8
treewide: remove lib.mdDoc
2024-04-19 04:05:50 +02:00
Emily
e65131e69c
treewide: convert all option docs to Markdown
...
This process was automated by [my fork of `nix-doc-munge`]; thanks
to @pennae for writing this tool! It automatically checks that the
resulting documentation doesn't change, although my fork loosens
this a little to ignore some irrelevant whitespace and typographical
differences.
As of this commit there is no DocBook remaining in the options
documentation.
You can play along at home if you want to reproduce this commit:
$ NIX_PATH=nixpkgs=flake:nixpkgs/c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22 \
nix shell nixpkgs#coreutils \
-c find . -name '*.nix' \
-exec nix run github:emilazy/nix-doc-munge/0a7190f600027bf7baf6cb7139e4d69ac2f51062 \
{} +
[my fork of `nix-doc-munge`]: https://github.com/emilazy/nix-doc-munge
2023-06-24 10:48:55 +01:00
James Walker
a2a9f30fee
rename runCommandNoCC
2022-09-25 14:12:08 -04:00
Mario Rodas
a34dea283c
Remove deprecated types.loaOf
...
types.loaOf has been deprecated for a long time and is now in the
process of removal. See: https://github.com/NixOS/nixpkgs/pull/96042
2020-09-02 04:20:00 +00:00
Daiderd Jordan
a5e3dbb8a4
launchd: don't disable services when unloading
2019-07-01 23:44:21 +02:00
Daiderd Jordan
b68f77b404
launchd: ensure user LaunchAgents exist
...
Apparently this doesn't exist by default, so make sure it's created
first.
Fixes #134
2019-03-22 20:48:58 +01:00
Daiderd Jordan
693c89f867
launchd: run unload without -w
...
The service will be removed anyway.
2018-01-29 23:14:47 +01:00
Daiderd Jordan
dc33fe3d89
system: use preferLocalBuild for simple derivations
...
Most of the builds like system.build.etc will be faster when built
locally, they also don't depend on CC.
2018-01-21 13:46:30 +01:00
Daiderd Jordan
bd220c453d
launchd: unlink services
2018-01-15 08:51:03 +01:00
Daiderd Jordan
d703c39421
launchd: hide 'No such file or directory' messages with first activation
2017-06-03 00:15:27 +02:00
Daiderd Jordan
264a9237dd
launchd: add options for setting launchd environment variables
...
Fixes #12
2017-05-14 00:34:34 +02:00
Daiderd Jordan
d61f3ff621
launchd: add logging to activation scripts
2017-05-13 16:42:18 +02:00
Daiderd Jordan
16cbb8f6a1
launchd: fix reload of services
2017-05-13 16:27:54 +02:00
Daiderd Jordan
00315bcc9e
launchd: don't use $HOME
2017-05-11 23:43:05 +02:00
Daiderd Jordan
8cb11d968f
launchd: remove double slashes in paths that use $HOME
2017-05-11 23:19:03 +02:00
Daiderd Jordan
a2843f8192
launchd: fix activation diff
2017-05-11 21:47:34 +02:00
Daiderd Jordan
93581740af
launchd: unload and stop disabled services
2017-05-11 21:27:06 +02:00
Daiderd Jordan
0cbdc2f8f9
launchd: add user agents
2017-01-25 22:35:06 +01:00
Daiderd Jordan
6305c0675f
move write-text submodule
2017-01-02 08:21:54 +01:00
Daiderd Jordan
698713f2d9
improve launchd activation
2016-12-19 21:50:22 +01:00
Daiderd Jordan
12aa7e5815
added missing launchd activation
2016-12-02 08:34:05 +01:00