1
1
mirror of https://github.com/divnix/digga.git synced 2024-09-11 06:55:55 +03:00
A flake utility library to craft shell-, home-, and hosts- environments.
Go to file
2022-02-23 15:22:07 -08:00
compat init with devos lib extraction 2022-02-23 15:22:07 -08:00
devos init with devos lib extraction 2022-02-23 15:22:07 -08:00
examples/devos tree: move everything into examples/devos 2022-02-23 15:21:28 -08:00
mkFlake init with devos lib extraction 2022-02-23 15:22:07 -08:00
pkgs-lib init with devos lib extraction 2022-02-23 15:22:07 -08:00
tests init with devos lib extraction 2022-02-23 15:22:07 -08:00
.gitignore add gitignore and remove nix build result 2022-02-23 15:22:07 -08:00
attrs.nix init with devos lib extraction 2022-02-23 15:22:07 -08:00
COPYING add README and COPYING 2022-02-23 15:22:07 -08:00
flake.lock init with devos lib extraction 2022-02-23 15:22:07 -08:00
flake.nix init with devos lib extraction 2022-02-23 15:22:07 -08:00
generators.nix init with devos lib extraction 2022-02-23 15:22:07 -08:00
importers.nix init with devos lib extraction 2022-02-23 15:22:07 -08:00
lists.nix init with devos lib extraction 2022-02-23 15:22:07 -08:00
modules.nix init with devos lib extraction 2022-02-23 15:22:07 -08:00
README.md add README and COPYING 2022-02-23 15:22:07 -08:00
strings.nix init with devos lib extraction 2022-02-23 15:22:07 -08:00

Bors enabled [MIT License][mit] NixOS

⚠ Advisory ⚠

DevOS requires the [flakes][flakes] feature available via an experimental branch of [nix][nix]. Until nix 3.0 is released, this project should be considered unstable, though quite usable as flakes have been maturing well for a while.

The DevOS library is the underlying library implementation for the DevOS template. There is an API to create productive personal and professional flakes in a clean and organized manner. By using this library your creations will be part of a community-first sharing model.

This library is based on flake-utils-plus.