From 0bfd4cfbd87cbfa03bd94dc2931fef0eb622e48a Mon Sep 17 00:00:00 2001 From: voidarc Date: Sun, 3 May 2026 17:47:32 +0100 Subject: [PATCH] added readme so i dont forget anymore --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bce9f33 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Flakes for stuff idk +Pull using following command: +``` +nix flake init -t "git+https://git.voidarc.co.uk/voidarc/flakes#module" +``` +or if you've added the registry then +``` +nix flake init -t voidarc#module +```