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 }: { + + }; +}