diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b3426..ddb35a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Version 1.0.4 + +- Add missing libpulseaudio, libvdpau, libcurl & libxshfence build dependencies (#3) +- Run tests against Nixpkgs 21.11 (#4) + + ### Version 1.0.3 - Fix the 2 new dependencies: `xcb-image` and `xcb-render-util`. diff --git a/README.md b/README.md index f66d0f1..16cfd43 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ In your `configuration.nix` : ```nix { imports = [ - (fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v1.0.3"; } + "/import/system.nix") + (fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "v1.0.4"; } + "/import/system.nix") ]; programs.shadow-client = { @@ -59,7 +59,7 @@ In your `home.nix` : ```nix { imports = [ - (fetchGit { url = "https://github.com/NicolasGuilloux/shadow-nix"; ref = "v1.0.3"; } + "/import/home-manager.nix") + (fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "v1.0.4"; } + "/import/home-manager.nix") ]; programs.shadow-client = {