mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
3c01e24645e47c42e3378db47ded9c4f7b1179ed
Replace multiple intermediate let bindings with pipe for clearer data flow in default-overlay creation and split-user-and-host function. Changes: - overlay/default.nix: Added pipe and flatten to imports - overlay/default.nix: Refactored default-overlay using pipe (5 bindings → 1 pipeline) - home/default.nix: Added pipe to imports - home/default.nix: Refactored split-user-and-host using pipe Impact: - Lines: +8 -14 (net: -6) - Eliminated 6 intermediate bindings total - Clearer data transformation flow - More maintainable code Testing: nix flake check ✓
Snowfall Lib
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.
Description
Languages
Nix
100%