feat: replace snowfall lib with custom nix library #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/rm-snowfall-lib"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
snowfall-lib no longer seems to be maintained, and although it works for now, replacing it with a custom library seems to be the right choice the custom nix lib will be dead simple, and will take care of the entire configuration so for now, we start off by replacing `${namespace}` with `snowflake` hardcoded, because it seems completely unnecessary to add a new variable and anyone wanting to use this repository can do so by simply running a sed command to replace `snowflake` in all files if they don't like it. Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>