From ba084faa9f9d5c539de042f4c4072aa5b653b02f Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Wed, 8 Apr 2026 23:15:31 +0300 Subject: [PATCH] init flake with no content, just using for outPath --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 flake.nix diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..cc7a7b3 --- /dev/null +++ b/flake.nix @@ -0,0 +1,7 @@ +{ + description = "My resume"; + + outputs = { self }: { + + }; +}