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

Commit

Permalink
Update installation instructions (#12)
Browse files Browse the repository at this point in the history
- update to new tag schema (judging by the latest tag)
- update to new repository url
  • Loading branch information
vrinek authored Dec 19, 2020
1 parent 19af23d commit 9c30c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The goal of this project is to provide Shadow on NixOS with a dynamic derivation

### Install

Note that the ref value (`drv-v*.*.*`) should point to the lastest release. Checkout the tags to know it.
Note that the ref value (`v*.*.*`) should point to the lastest release. Checkout the tags to know it.

If you want the latest package derivation, use `ref = "master"` instead.

Expand All @@ -19,7 +19,7 @@ In your `home.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/Elyhaka/shadow-nix"; ref = "drv-v0.14.0"; } + "/home-manager.nix")
(fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v0.14.1"; } + "/home-manager.nix")
];
programs.shadow-client = {
Expand All @@ -36,7 +36,7 @@ In your `configuration.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/Elyhaka/shadow-nix"; ref = "drv-v0.14.0"; } + "/system.nix")
(fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v0.14.1"; } + "/system.nix")
];
programs.shadow-client = {
Expand Down

0 comments on commit 9c30c2d

Please sign in to comment.