fix: missing bracket

This commit is contained in:
Sk7Str1p3 2026-04-19 22:59:38 +03:00
parent 01f701cb1b
commit f44ac325e3
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B

View file

@ -21,3 +21,4 @@
flake-file.inputs = import ./inputs;
flake-file.outputs = "inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ./flake";
flake-file.description = "A very basic flake";
}