aarch64 - fix nixpkgs release

This commit is contained in:
2023-10-31 18:55:48 +00:00
parent d4bf7c2857
commit 6d47c55bab
2 changed files with 6 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
with:
# Pin because the latest all-hardware profile changes
# https://github.com/NixOS/nixpkgs/pull/128532
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/release-22.11.tar.gz
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/c23146505c35a07bafbecf36af4f9ebde2bb7dfd.tar.gz
extra_nix_config: |
extra-platforms = aarch64-linux

View File

@@ -1,6 +1,9 @@
{ ... }: {
imports = [
<nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64.nix>
<nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix>
# For nixpkgs cache
<nixpkgs/nixos/modules/installer/cd-dvd/channel.nix>
];
# put your own configuration here, for example ssh keys:
users.users.root.openssh.authorizedKeys.keys = [