zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit d15a79f60a3fc4d7761c643abc92fa26c9ad979a
parent 551d297c855bb094d2a37955f5fe4f0e24ad0aa2
Author: figsoda <figsoda@pm.me>
Date: Fri, 31 Mar 2023 22:18:05 -0400

add quick start
1 file changed, 4 insertions(+), 0 deletions(-)
M
README.md
|
4
++++
diff --git a/README.md b/README.md
@@ -6,6 +6,10 @@ Haumea is not related to or a replacement for NixOS modules.
 It is closer to the module systems of traditional programming languages,
 with support for file hierarchy and visibility.
 
+```bash
+nix flake init -t github:nix-community/haumea
+```
+
 ## Usage
 
 ### [`load`](src/load.nix)