From b83e58cf30b9d7cd3bff6658b96b0d26421778c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 20 Feb 2026 14:58:32 +0100 Subject: [PATCH] feat: initial commit --- .gitignore | 7 +++++++ README.md | 1 + 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..e8c8f8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# 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..0f2f1e4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# matej.nix