Nikolay Korotkiy
97b85961ce
hareThirdParty.hare-ev: 0-unstable-2024-12-29 → 0.26.0.0
2026-03-01 16:14:07 +04:00
Ihar Hrachyshka
567e8dfd8e
treewide: clean up 'meta = with' pattern
...
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de >
2025-12-10 18:09:49 +01:00
NAHO
c8d4dabc43
pkgs: 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 \
--type file \
. \
pkgs \
--exec-batch sed --in-place --regexp-extended "
s/\<builtins\.($(
printf '%s\n' "${builtins[@]}" |
paste --delimiter '|' --serial -
))\>/\1/g
"
nix fmt
2025-10-04 19:02:37 +02:00
R. Ryantm
720f3e9804
hareThirdParty.hare-ev: 0-unstable-2024-12-13 -> 0-unstable-2024-12-29
2024-12-31 06:20:34 +00:00
R. Ryantm
620b8fb2c7
hareThirdParty.hare-ev: 0-unstable-2024-08-06 -> 0-unstable-2024-12-13
2024-12-21 06:51:03 +00:00
R. Ryantm
8eb1b3b862
hareThirdParty.hare-ev: 0-unstable-2024-07-11 -> 0-unstable-2024-08-06
2024-08-09 06:31:49 +00:00
R. Ryantm
def1da0b7f
hareThirdParty.hare-ev: 0-unstable-2024-07-07 -> 0-unstable-2024-07-11
2024-07-18 05:40:51 +00:00
Coutinho de Souza
91f21dddb1
hareThirdParty.hare-ev: 0-unstable-2024-01-04 -> 0-unstable-2024-07-07
2024-07-16 08:18:20 -03:00
Coutinho de Souza
03622fdd01
hareThirdParty.hare-ev: make use of hareHook
2024-06-04 20:33:01 -03:00
Coutinho de Souza
87168b4bab
hareThirdParty.hare-ev: format with nixfmt-rfc-style
2024-06-04 20:33:01 -03:00
Gustavo Coutinho de Souza
41f9a90326
hareThirdParty.hare-ev: unstable-2023-12-04 -> 0-unstable-2024-01-04
...
By updating `hare-ev`, the `bonsai` build also succeeds.
2024-02-05 08:26:47 -03:00
R. Ryantm
52532b4f18
hareThirdParty.hare-ev: unstable-2023-10-31 -> unstable-2023-12-04
2023-12-28 01:47:37 +00:00
Colin Sane
64121103ec
hareThirdParty.hare-ev: init at unstable-2023-10-31
...
* hareThirdParty.hare-ev: init at unstable-2023-10-30 (#274505 )
---------
Co-authored-by: Janik <80165193+Janik-Haag@users.noreply.github.com >
2023-12-20 01:29:04 +01:00