From 6a95af0656cf4f2f0fdc35d890858701323dda9b Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Thu, 17 Jul 2025 23:40:38 +0200 Subject: [PATCH] Initial commit --- .gitignore | 8 ++++++++ README.md | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3cb44c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv + diff --git a/README.md b/README.md new file mode 100644 index 0000000..3fcb866 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# nix +