init flake with no content, just using for outPath

This commit is contained in:
Yisroel Baum 2026-04-08 23:15:31 +03:00
parent 362a4f3de9
commit ba084faa9f
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

7
flake.nix Normal file
View file

@ -0,0 +1,7 @@
{
description = "My resume";
outputs = { self }: {
};
}