Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Aug 22, 2022
1 parent 64f3e53 commit b90780c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### Version 1.3.2

- prod: 5.0.1138 -> 5.0.1161 (#55)
- preprod: 5.0.1153 -> 5.0.1158 (#53)
- testing: 5.0.1149 -> 5.0.1152 (#46)
- Remove support for NixOS 21.11


### Version 1.3.1

- Fix bad icon path in Shadow's XDG Desktop entry
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.3.1"; } + "/import/system.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.3.2"; } + "/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.3.1"; } + "/import/home-manager.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.3.2"; } + "/import/home-manager.nix")
];
programs.shadow-client = {
Expand Down

0 comments on commit b90780c

Please sign in to comment.