···11+/* Operations on attribute sets. */
12{ lib }:
22-# Operations on attribute sets.
3344let
55 inherit (builtins) head tail length;
+4-2
lib/filesystem.nix
···11-# Functions for querying information about the filesystem
22-# without copying any files to the Nix store.
11+/*
22+ Functions for querying information about the filesystem
33+ without copying any files to the Nix store.
44+*/
35{ lib }:
4657# Tested in lib/tests/filesystem.sh
+10-9
lib/gvariant.nix
···11+/*
22+ A partial and basic implementation of GVariant formatted strings.
33+ See [GVariant Format Strings](https://docs.gtk.org/glib/gvariant-format-strings.html) for details.
44+55+ :::{.warning}
66+ This API is not considered fully stable and it might therefore
77+ change in backwards incompatible ways without prior notice.
88+ :::
99+*/
1010+111# This file is based on https://github.com/nix-community/home-manager
212# Copyright (c) 2017-2022 Home Manager contributors
33-#
44-55-613{ lib }:
71488-/* A partial and basic implementation of GVariant formatted strings.
99- See https://docs.gtk.org/glib/gvariant-format-strings.html for detauls.
1010-1111- Note, this API is not considered fully stable and it might therefore
1212- change in backwards incompatible ways without prior notice.
1313-*/
1415let
1516 inherit (lib)
1617 concatMapStringsSep concatStrings escape head replaceStrings;
+1-2
lib/lists.nix
···11-# General list operations.
22-11+/* General list operations. */
32{ lib }:
43let
54 inherit (lib.strings) toInt;
+1-1
lib/options.nix
···11-# Nixpkgs/NixOS option handling.
11+/* Nixpkgs/NixOS option handling. */
22{ lib }:
3344let
+2-1
lib/path/default.nix
···11-# Functions for working with paths, see ./path.md
11+/* Functions for working with path values. */
22+# See ./README.md for internal docs
23{ lib }:
34let
45
+1-1
lib/sources.nix
···11-# Functions for copying sources to the Nix store.
11+/* Functions for copying sources to the Nix store. */
22{ lib }:
3344# Tested in lib/tests/sources.sh
-1
maintainers/team-list.nix
···219219 cole-h
220220 grahamc
221221 hoverbear
222222- lheckemann
223222 ];
224223 scope = "Group registration for packages maintained by Determinate Systems.";
225224 shortName = "Determinate Systems employees";