Unified configuration for systems, packages, modules, shells, templates, and more with Nix Flakes. https://snowfall.org
Find a file
Jake Hamilton 9b718da230
feat: add lib and inputs args to overlay
Overlays previously would only receive a "channels" argument and the
rest of the attribute set would be the flake's inputs. This is now
changing to support passing "lib", the same instance you would get
in your system configuration, and "inputs", an attribute set of the
flake's inputs. Referencing flake inputs by name here is now
deprecated and will be removed in a future update.
2024-05-19 23:20:27 -07:00
.github/workflows Create flakehub-publish-tagged.yml 2023-08-24 20:12:40 -07:00
modules refactor: standardize on formatter 2024-05-19 23:20:26 -07:00
snowfall-lib feat: add lib and inputs args to overlay 2024-05-19 23:20:27 -07:00
.gitignore chore: initial commit 2022-09-07 17:06:33 -07:00
default.nix refactor: standardize on formatter 2024-05-19 23:20:26 -07:00
flake.lock Updates flake-utils-plus. 2024-05-17 17:13:53 -04:00
flake.nix refactor: standardize on formatter 2024-05-19 23:20:26 -07:00
LICENSE chore: add license 2023-02-13 00:12:43 -08:00
README.md docs: use a diffrent hidden charcter 2024-05-07 17:33:24 +01:00

Snowfall Lib

Nix Flakes Ready Linux Ready macOS Ready Generators Ready

 

Unified configuration for systems, packages, modules, shells, templates, and more with Nix Flakes.

Snowfall Lib is built on top of flake-utils-plus.

Get Started

See the Snowfall Lib Quickstart guide to start using Snowfall Lib.

Reference

Looking for Snowfall Lib documentation? See the Snowfall Lib Reference.