Update NIXOS_INSTALL.md

This commit is contained in:
Syahrial Agni Prasetya 2021-05-17 14:44:51 +07:00 committed by GitHub
parent d025be66e6
commit 91623a06fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,12 @@ in
};
}
```
Replace `your_user_here`, `rev_here`, and `rev_sha256_here`. to get rev and sha256 you can do :
```sh
nix-shell -p nix-prefetch-git
nix-prefetch-git --url https://github.com/lemniskett/archbox.git
```
Configuration can be done by modifying `installPhase` e.g. :
```sh
mkdir -p $out