mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 16:11:51 +03:00
68ade1816c
the `with pkgs` statement in `commands` muddies the origin of the variables used within: - editors are unable to provide helpful advice about undefined variables because `with pkgs` acts as a blanket "anything is possible" signifier - at a cursory glance, it may not be immediately clear that `system` is coming from `pkgs.system` - `lib` is coming from `pkgs.lib`, but we can use the `lib` module arg. - some pkgs within `commands` are still referenced with `pkgs.<package-name>` unnecessarily |
||
---|---|---|
.. | ||
hosts | ||
lib | ||
modules | ||
overlays | ||
pkgs | ||
profiles | ||
secrets | ||
shell | ||
users | ||
.editorconfig | ||
.envrc | ||
.gitignore | ||
COPYING | ||
default.nix | ||
flake.nix | ||
README.md | ||
shell.nix |
Nix Configuration
This repository is home to the nix code that builds my systems.
Why Nix?
Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.
This flake is configured with the use of digga.