Update references to git URL

This commit is contained in:
James Eversole 2024-12-28 21:55:24 -06:00
parent 4c24d3513d
commit f795bf54b3

View File

@ -39,13 +39,13 @@ This repository holds the configuration for my primary home server.
### Enter the developer shell without cloning the repository: ### Enter the developer shell without cloning the repository:
``` ```
$> nix develop git+https://git.eversole.co/eve-psr-nix0 $> nix develop git+https://git.eversole.co/James/eve-psr-nix0
$nix> # Success! $nix> # Success!
``` ```
The rest of the cheatsheet assumes you have entered the developer shell or are using direnv: The rest of the cheatsheet assumes you have entered the developer shell or are using direnv:
``` ```
$> git clone https://git.eversole.co/eve-psr-nix0 $> git clone https://git.eversole.co/James/eve-psr-nix0
$> cd eve-psr-nix0 $> cd eve-psr-nix0
$> nix develop $> nix develop
$nix> # Success! Now we have our development dependencies. $nix> # Success! Now we have our development dependencies.