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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ely authored May 7, 2020
1 parent ccfe7a6 commit a398d75
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ If you want the latest package derivation, use `ref = "master"` instead.
In your `home.nix` :

```nix
imports = [
(fetchGit { url = "https://github.com/Elyhaka/shadow-nix"; ref = "drv-v0.14.0"; } + "/home-manager.nix")
];
{
imports = [
(fetchGit { url = "https://github.com/Elyhaka/shadow-nix"; ref = "drv-v0.14.0"; } + "/home-manager.nix")
];
programs.shadow-client = {
enable = true;
channel = "preprod";
};
programs.shadow-client = {
enable = true;
channel = "preprod";
};
}
```

#### As a system package
Expand Down

0 comments on commit a398d75

Please sign in to comment.