diff options
| author | NAHO <90870942+trueNAHO@users.noreply.github.com> | 2026-01-15 16:07:55 +0100 |
|---|---|---|
| committer | NAHO <90870942+trueNAHO@users.noreply.github.com> | 2026-01-15 16:07:55 +0100 |
| commit | a2ed7e8d882c2b9deba7b7c2cc8e1a97b29aa415 (patch) | |
| tree | a54ed329c17af52cbe0be477bcb7a21307d832ea /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos | |
| parent | 54671be46b6c40328559e3c06b7b31a919455b00 (diff) | |
nixos: remove optional builtins prefixes from prelude functions
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 \
--exclude doc/manual/release-notes \
--type file \
. \
nixos \
--exec-batch sed --in-place --regexp-extended "
s/\<builtins\.($(
printf '%s\n' "${builtins[@]}" |
paste --delimiter '|' --serial -
))\>/\1/g
"
nix fmt
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions
