aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/nss.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 19:38:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-16 22:54:47 +0100
commit25ee4a474511162e3ad98e7ecb0d06cedf438b0f (patch)
treeefb9d5f88467acfe2caaaaa19c7bbd737a2a8514 /gnu/system/nss.scm
parenta1b867e4fabe583bb8274aedb2e52060830b5b38 (diff)
downloadguix-25ee4a474511162e3ad98e7ecb0d06cedf438b0f.tar.gz
guix-25ee4a474511162e3ad98e7ecb0d06cedf438b0f.zip
gnu: autoconf: Use HTTPS home page.
* gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/system/nss.scm')
0 files changed, 0 insertions, 0 deletions
pan>Oleg Pykhalov 2020-07-25services: nix: Export nix-configuration....* gnu/services/nix.scm (nix-configuration, nix-configuration?): Export. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Peng Mei Yu 2020-07-25services: nix: Provide nix commands....* gnu/services/nix.scm (nix-service-type): Extend profile-service-type to provide nix commands. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Peng Mei Yu via Guix-patches via 2020-07-22services: nix: Fix sandbox....* gnu/tests/package-management.scm: New file. * gnu/local.mk: Add this. * gnu/services/nix.scm (<nix-configuration>): New record. (nix-activation): Generate Nix config file which fixes sandbox. (nix-service-type): Add default value. (nix-shepherd-service): Allow provide Nix package. * doc/guix.texi (Miscellaneous Services)[Nix service]<nix-configuration>: Document record. Oleg Pykhalov 2020-06-25services: Add missing (ice-9 format) import....These issues were reported by -Wformat, though they were harmless in practice because importing (ice-9 format) changes the global 'format' binding currently. * gnu/services/nix.scm: Import (ice-9 format). * gnu/services/web.scm: Likewise. * gnu/system/mapped-devices.scm: Likewise. Ludovic Courtès