7 Commits

Author SHA1 Message Date
Eman Resu ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
Nikolay Korotkiy 0ce5e5152e hareThirdParty.hare-ssh: 0-unstable-2023-11-16 → 0.26.0 2026-03-01 16:14:08 +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
Coutinho de Souza 49ba155c4a hareThirdParty.hare-ssh: make use of hareHook 2024-06-04 20:33:09 -03:00
Coutinho de Souza f3057406bf hareThirdParty.hare-ssh: format with nixfmt-rfc-style 2024-06-04 20:33:08 -03:00
Patrick Widmer 939f41e183 hareThirdParty.hare-ssh: init at unstable-2023-11-16 2024-01-15 20:56:22 +01:00