1
0
Fork 0

Rename raspberry pi package
Lint / lint (push) Successful in 17s Details
Build Pi NixOS Image / sync (push) Failing after 13m44s Details

trunk
Gabriel Simmer 2023-09-05 17:16:10 +01:00
parent 30f52e7479
commit 9a63d0f88d
Signed by: arch
SSH Key Fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
run: "nix-store --import < /tmp/nixcache"
- name: Build image
run: nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I nixos-config=./pi-imgs/pi-initial.nix --argstr system aarch64-linux
run: nix build .#packages.aarch64-linux.raspberry-pi
- uses: https://github.com/actions/upload-artifact@v3.1.2
with:

View File

@ -39,7 +39,7 @@
buildInputs = [ ];
};
packages.aarch64-linux = {
k3s-server = nixos-generators.nixosGenerate {
raspberry-pi = nixos-generators.nixosGenerate {
system = "aarch64-linux";
modules = [
(nixpkgs + "/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix")