scaffold project

This commit is contained in:
Abel Luck 2026-02-26 10:16:34 +01:00
parent 3fbfa40360
commit aa13287f67
18 changed files with 14239 additions and 2 deletions

View file

@ -5,8 +5,9 @@
};
outputs =
{ self, flake-parts, ... }:
flake-parts.lib.mkFlake { inherit self; } {
inputs@{ flake-parts, ... }:
# https://flake.parts/module-arguments.html
flake-parts.lib.mkFlake { inherit inputs; } {
flake = {
# Put your original flake attributes here.
};