commit 4f79eedcbc9c262d48b7f11b5e4b4394c47b80a5 Author: Raghav Date: Wed Jun 4 23:24:31 2025 +0000 Initial commit 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..dc20090 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# nixpkg + +Nix package for abra CLI tool. \ No newline at end of file