diff options
author | seth <getchoo@tuta.io> | 2023-07-26 17:10:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 17:10:07 -0400 |
commit | 928e18b66dbee8ea4b245416206a9e73427ce0f1 (patch) | |
tree | 1559e9e8f7480cca1cb52aee797f40c2c2278250 /garnix.yaml | |
parent | d960effb994ba421c502d8d5e0a1bb4d46efd9a3 (diff) | |
parent | f7ffbcca6c5490e24ee74486cfc6698a38512561 (diff) | |
download | PrismLauncher-928e18b66dbee8ea4b245416206a9e73427ce0f1.tar.gz PrismLauncher-928e18b66dbee8ea4b245416206a9e73427ce0f1.tar.bz2 PrismLauncher-928e18b66dbee8ea4b245416206a9e73427ce0f1.zip |
Merge pull request #1446 from getchoo/nix-fixes
disable darwin in flake + cleanup garnix.yaml + fix markdownlint warnings
Diffstat (limited to 'garnix.yaml')
-rw-r--r-- | garnix.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/garnix.yaml b/garnix.yaml index 755396f7..3bf14524 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -1,5 +1,6 @@ builds: exclude: [] include: - - "devShells.*-linux.*" - - "packages.*-linux.*" + - "checks.x86_64-linux.*" + - "devShells.*.*" + - "packages.*.*" |