From 9146011f0b174f46085dc1a2dbe9735700a1c33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 21 Jun 2020 08:49:23 +0100 Subject: [PATCH 1/4] README.md: update description of the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dff0a8..ead6b05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -NixOS profiles covering hardware quirks. +NixOS profiles to optimize settings for different hardware. ## Setup From 373856f3e1dfa2879a16d701ae69027e150f1ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 21 Jun 2020 09:14:32 +0100 Subject: [PATCH 2/4] README: list is complete now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ead6b05..c5de1f0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ imports = [ ]; ``` -## Incomplete list of Profiles +## List of Profiles See code for all available configurations. From 80a32af2014b6bd8c5d7e9eead591e7008241cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 21 Jun 2020 14:22:33 +0100 Subject: [PATCH 3/4] replace travis with github action This way we get the latest nix. --- .github/workflows/test.yml | 13 +++++++++++++ .travis.yml | 3 --- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/test.yml delete mode 100644 .travis.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..ed8749f --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,13 @@ +name: "Test" +on: + pull_request: + push: +jobs: + tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: cachix/install-nix-action@v10 + - name: Show nixpkgs version + run: nix-instantiate --eval -E '(import {}).lib.version' + - run: ./tests/run.py diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 91cf21d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: nix -script: - ./tests/run.py From 6efc6af71a581e3076391e8705cecc01b27b3a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 21 Jun 2020 14:32:53 +0100 Subject: [PATCH 4/4] README.md: fix librem link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5de1f0..f7b3b22 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ See code for all available configurations. [Raspberry Pi 2]: raspberry-pi/2 [Samsung Series 9 NP900X3C]: samsung/np900x3c [Purism Librem 13v3]: purism/librem/13v3 -[Purism Librem 13v5]: purism/librem/13v5 +[Purism Librem 15v5]: purism/librem/15v5 [Toshiba Chromebook 2 `swanky`]: toshiba/swanky [Tuxedo InfinityBook v4]: nixos-hardware/tuxedo/infinitybook/v4