From 10589203ada5d6f35ca8fcdeee9f10229dfc5c1b Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Fri, 9 Feb 2024 11:27:20 -0500 Subject: [PATCH] document binary cache and build other packages --- .forgejo/workflows/build.yaml | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 79efd43..05dae18 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: echo "HOME=$PWD" >> "$GITHUB_ENV" - run: | - OUTPUT=$(nix build .#x13s/linux --print-out-paths) + OUTPUT=$(nix build --print-out-paths .#x13s/linux .#x13s/alsa-ucm-conf .#pd-mapper .#x13s/extra-firmware) echo $OUTPUT echo "build_output=$OUTPUT" >> "$GITHUB_ENV" diff --git a/README.md b/README.md index 185a0a7..09caccd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ This repository aims to provide easy, shared, support for Lenovo X13s on Linux. The support for this machine is constantly improving in mainline kernel and upstream packages. Eventually the goal is that this repository is no longer necessary. +## Binary cache + +A binary cache is provided through Cachix so you can avoid re-building the kernel. + +https://app.cachix.org/cache/nixos-x13s + +Ensure you are not overriding the nixpkgs input when consuming this flake, or you may not be able to take advantags of this cache. + ## Add with a flake ```nix