mirror of
https://github.com/sstent/NixOS_ARM_SDImages.git
synced 2025-12-06 06:01:42 +00:00
aarch64 - fix nixpkgs release
This commit is contained in:
2
.github/workflows/Build_SDImage_aarch64.yml
vendored
2
.github/workflows/Build_SDImage_aarch64.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{ ... }: {
|
||||
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 = [
|
||||
"ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwn26AL26A0Yt4sE+rm5//p8QKuNGI/ezAdNJX9QAjRErjEWnsiUr+w0O78912A2RCakdZYZJo6p1RuLYq6u27mjdLU1hhJs1t/ZFUjevKP33Q8hjptnV3s/G/iPfl0h4kQDStNySgJJ7cGh8Dhj906BrQbns3U2WgVZWwhaYvFiSjZA9UWwvB+n/jN9YeSShfdqGYw8/WlFZiOZrz4poO6/DUOAiztvzrpaQFDtI2f9TdGL1ttvYk04jDCRO1cM1LjgWir+WToalgyAqxfgnlvbv8g16RQo//8qhRdMqQPJKnIRewy/VLN1VbNbO2+z5f6BYbYlfioDXmuzMb86jfQ=="
|
||||
|
||||
Reference in New Issue
Block a user