Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Apr 10, 2022
1 parent d9eef9c commit 3cf5bf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### Version 1.0.6

- Purify Shadow on Nix for Nix flakes and reproducible & immutable builds (#11)


### Version 1.0.5

- Fix icon path in Shadow's XDG Desktop entry (#7)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In your `configuration.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.0.5"; } + "/import/system.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.0.6"; } + "/import/system.nix")
];
programs.shadow-client = {
Expand All @@ -60,7 +60,7 @@ In your `home.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.0.5"; } + "/import/home-manager.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.0.6"; } + "/import/home-manager.nix")
];
programs.shadow-client = {
Expand Down

0 comments on commit 3cf5bf2

Please sign in to comment.