From 90ad9d652f009a53b57115c924446baf6f1d3b7b Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 7 Jan 2024 20:42:07 -0500 Subject: feat: use nix to build images this should result in smaller images, as well as safer updates --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b94215f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# nix build artifacts +result* +repl-result-out* + -- cgit v1.2.3