11.stylix/stylix/testbed
NAHO 5b9710eee9
treewide: remove optional builtins prefixes from prelude functions (#1915)
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd --type file --exec-batch sed --in-place --regexp-extended "
      s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
      ))\>/\1/g
    "

    nix fmt

This patch is heavily inspired by [1] ("treewide: remove optional
builtins prefixes from prelude functions").

[1]: https://github.com/NixOS/nixpkgs/pull/444432

Link: https://github.com/nix-community/stylix/pull/1915

Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-09-28 11:09:21 +02:00
..
graphical-environments stylix/testbed: respect xserver rename for gnome (#1714) 2025-07-17 13:01:22 +02:00
modules treewide: remove optional builtins prefixes from prelude functions (#1915) 2025-09-28 11:09:21 +02:00
themes stylix/testbed: make path escaping test actually contain a space 2025-07-30 15:08:03 +02:00
autoload.nix stylix: extract testbed modules to autoload.nix (#1520) 2025-06-25 02:13:25 +02:00
available-graphical-environments.nix stylix: allow choosing testbed desktop (#1222) 2025-07-16 15:43:02 +02:00
default.nix stylix/testbed/default: simplify attribute set declaration (#1906) 2025-09-24 16:52:49 -07:00
images.nix stylix/testbed: make path escaping test actually contain a space 2025-07-30 15:08:03 +02:00
is-enabled.nix treewide: remove blank lines around 'let', 'in', and function arguments (#1700) 2025-07-19 10:41:36 -07:00
user.toml stylix: move testbed modules to their own files 2025-05-28 00:30:20 +01:00