Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed May 31, 2022
1 parent e210ed6 commit 605f526
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### Version 1.2.0

- Build Shadow on Nix package with NixOS 22.05 (#16)
- Upgrade preprod from v5.0.1090 to v5.0.1117 (#14, #15)
- Upgrade testing from v5.0.1106 to v5.0.1114 (#13)


### Version 1.1.0

- Upgrade release from testing channel from v5.0.1089 to v5.0.1106 (#12)
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ This repository is a fork of the great work of [NicolasGuilloux](https://github.
## Table of content

1. [Installation](#1-installation)
- [As a system package](#as-a-system-package)
- [As a home-manager package](#as-a-home-manager-package)
- [As a system package](#as-a-system-package)
- [As a home-manager package](#as-a-home-manager-package)
2. [Configuration](#2-configuration)
- [Package configuration](#package-configuration)
- [XSession configuration](#xsession-configuration)
- [Systemd session configuration](#systemd-session-configuration)
- [Package configuration](#package-configuration)
- [XSession configuration](#xsession-configuration)
- [Systemd session configuration](#systemd-session-configuration)
3. [About VAAPI](#3-about-vaapi)
- [An example for Intel and AMD GPU](#an-example-for-intel-and-amd-gpu)
- [An example for Intel and AMD GPU](#an-example-for-intel-and-amd-gpu)
4. [Versioning](#4-versioning)
5. [Contributing](#5-contributing)
6. [License](#6-license)
Expand All @@ -42,7 +42,7 @@ In your `configuration.nix` :
```nix
{
imports = [
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.1.0"; } + "/import/system.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.2.0"; } + "/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.1.0"; } + "/import/home-manager.nix")
(fetchGit { url = "https://github.com/anthonyroussel/shadow-nix"; ref = "refs/tags/v1.2.0"; } + "/import/home-manager.nix")
];
programs.shadow-client = {
Expand Down

0 comments on commit 605f526

Please sign in to comment.