Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
9 lines
105 B
Nix
9 lines
105 B
Nix
{
|
|
flake-file.inputs = {
|
|
assets = {
|
|
url = "path:./assets";
|
|
flake = false;
|
|
};
|
|
};
|
|
}
|