From 531fc54f1fbb0cbb1557c7aae7c8b1977dfc961d Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sun, 11 Aug 2024 03:26:12 +0000 Subject: [PATCH] Initial commit --- .gitignore | 5 +++++ README.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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