Update NIXOS_INSTALL.md

This commit is contained in:
Syahrial Agni Prasetya 2021-05-17 20:28:31 +07:00 committed by GitHub
parent 730019afc8
commit 9dcaf73789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ let
archbox = pkgs.stdenv.mkDerivation rec { archbox = pkgs.stdenv.mkDerivation rec {
name = "archbox"; name = "archbox";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "your_user_here"; owner = "lemniskett";
repo = "archbox"; repo = "archbox";
rev = "rev_here"; rev = "rev_here";
sha256 = "rev_sha256_here"; sha256 = "rev_sha256_here";