commit 531fc54f1fbb0cbb1557c7aae7c8b1977dfc961d Author: Artur Manuel Date: Sun Aug 11 03:26:12 2024 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a806510 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf66b2c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# flake-template-hell + +My flake templates, forAllSystems... and languages. \ No newline at end of file