diff --git a/CHANGELOG.md b/CHANGELOG.md index 8923921..55b0be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5a01842..728a72c 100644 --- a/README.md +++ b/README.md @@ -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 = { @@ -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 = {