commit b83e58cf30b9d7cd3bff6658b96b0d26421778c4 Author: Matej Janežič Date: Fri Feb 20 14:58:32 2026 +0100 feat: initial commit 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