diff options
author | Anthony Wang | 2025-04-17 23:04:52 -0400 |
---|---|---|
committer | Anthony Wang | 2025-04-17 23:04:52 -0400 |
commit | 16f1d0ce3c8c21ab62c9dace7a45d5dbd427ecb7 (patch) | |
tree | 90f64372dfa92b9a55d58d7e71cc86f54e6be8a4 | |
parent | 7c33c1234160fc7c3a54991f6928fc47bdee5666 (diff) |
Fix README instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Fork of https://github.com/figsoda/rand-nix/ -Test using `nix repl --pure .` then run `rng`. +Test using `echo rng | nix repl --pure-eval .`. Still broken. ## Original README |