Go to file
2022-10-17 10:41:57 -05:00
_enrich-machine-attrs.nix Initial commit 2022-10-16 17:51:27 -05:00
_lookup-machine.nix Initial commit 2022-10-16 17:51:27 -05:00
coalesce.nix add coalesce 2022-10-17 10:41:57 -05:00
default.nix Initial commit 2022-10-16 17:51:27 -05:00
file-lines.nix rename fileLines to file-lines 2022-10-17 10:41:51 -05:00
flatten.nix Initial commit 2022-10-16 17:51:27 -05:00
import-folder.nix Initial commit 2022-10-16 17:51:27 -05:00
isMinutessTimeUnit.nix Initial commit 2022-10-16 17:51:27 -05:00
isSecondsTimeUnit.nix Initial commit 2022-10-16 17:51:27 -05:00
join-string.nix Initial commit 2022-10-16 17:51:27 -05:00
LICENSE Initial commit 2022-10-16 17:51:27 -05:00
match-all-flat.nix Initial commit 2022-10-16 17:51:27 -05:00
match-all.nix Initial commit 2022-10-16 17:51:27 -05:00
mkAttrItemsFunction.nix Initial commit 2022-10-16 17:51:27 -05:00
name-to-mac.nix Initial commit 2022-10-16 17:51:27 -05:00
readDirItems.nix Initial commit 2022-10-16 17:51:27 -05:00
README.md Initial commit 2022-10-16 17:51:27 -05:00
take.nix Initial commit 2022-10-16 17:51:27 -05:00

cascade-functions

General purpose functions that might be useful.

One file per function. Start with a _ to disable the function being automatically imported.

Usage

with import (fetchGit "https://gitlab.com/jamesandariese/cascade-functions");