From e06dc2c7f90d06429908f1395709eab63a05557f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Sun, 31 May 2026 19:03:06 +0000 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..1aefe41 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# obx-pkgs +