e838f60e29
profiles and suites is created with the old mkProfileAttrs, this makes the new auto-importing strategies backwards compatible. But warnings are printed when using profiles and suites instructing you on how to switch your profiles folder format and add suites to importables |
||
---|---|---|
.github | ||
doc | ||
examples/devos | ||
src | ||
tests | ||
.editorconfig | ||
.gitignore | ||
bors.toml | ||
CHANGELOG.md | ||
COPYING | ||
flake.lock | ||
flake.nix | ||
README.md |
⚠ Advisory ⚠
DevOS requires the flakes feature available via an experimental branch of 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.
Digga 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.
Usage
The best way to make use of library is with the Official template.
The primary function to make use of is mkFlake
to create your devos flake.
To learn about mkFlake
's options, take a look at the mkFlake options doc
This library is based on flake-utils-plus.
License
Digga is licensed under the MIT License.