mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-23 18:19:44 +01:00
Merge pull request #172 from Mic92/readme
This commit is contained in:
commit
a78b8b6476
3 changed files with 16 additions and 6 deletions
13
.github/workflows/test.yml
vendored
Normal file
13
.github/workflows/test.yml
vendored
Normal file
|
@ -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 <nixpkgs> {}).lib.version'
|
||||||
|
- run: ./tests/run.py
|
|
@ -1,3 +0,0 @@
|
||||||
language: nix
|
|
||||||
script:
|
|
||||||
./tests/run.py
|
|
|
@ -1,4 +1,4 @@
|
||||||
NixOS profiles covering hardware quirks.
|
NixOS profiles to optimize settings for different hardware.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ imports = [
|
||||||
];
|
];
|
||||||
```
|
```
|
||||||
|
|
||||||
## Incomplete list of Profiles
|
## List of Profiles
|
||||||
|
|
||||||
See code for all available configurations.
|
See code for all available configurations.
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ See code for all available configurations.
|
||||||
[Raspberry Pi 2]: raspberry-pi/2
|
[Raspberry Pi 2]: raspberry-pi/2
|
||||||
[Samsung Series 9 NP900X3C]: samsung/np900x3c
|
[Samsung Series 9 NP900X3C]: samsung/np900x3c
|
||||||
[Purism Librem 13v3]: purism/librem/13v3
|
[Purism Librem 13v3]: purism/librem/13v3
|
||||||
[Purism Librem 13v5]: purism/librem/13v5
|
[Purism Librem 15v5]: purism/librem/15v5
|
||||||
[Toshiba Chromebook 2 `swanky`]: toshiba/swanky
|
[Toshiba Chromebook 2 `swanky`]: toshiba/swanky
|
||||||
[Tuxedo InfinityBook v4]: nixos-hardware/tuxedo/infinitybook/v4
|
[Tuxedo InfinityBook v4]: nixos-hardware/tuxedo/infinitybook/v4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue