Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Edit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGuilloux committed Apr 25, 2021
1 parent 7f99da2 commit fde06fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In your `configuration.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v1.0.0"; } + "/import/system.nix")
(fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v1.0.1"; } + "/import/system.nix")
];
programs.shadow-client = {
Expand All @@ -57,7 +57,7 @@ In your `home.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v1.0.0"; } + "/import/home-manager.nix")
(fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v1.0.1"; } + "/import/home-manager.nix")
];
programs.shadow-client = {
Expand Down

0 comments on commit fde06fc

Please sign in to comment.