diff options
add gitignore
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c8c616 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +result + @@ -1,6 +1,6 @@ { description = "Cybertrike.com"; - +# TODO: cgit, ejabber signup inputs = { nixinate.url = "github:matthewcroughan/nixinate"; agenix.url = "github:ryantm/agenix"; |
