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 +```