summaryrefslogtreecommitdiff
path: root/pkgs/top-level/factor-packages.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 NAHO2025-10-041-1/+1
* factor-lang: 0.99 -> 0.100•••Keep 0.99 around as they are not 100% backwards compatible. Fixes #393387 Michael Raitza2025-04-031-1/+2
* factor: Restructure package for easier extensionMichael Raitza2025-04-031-0/+43