mirror of
https://github.com/sstent/NixOS_ARM_SDImages.git
synced 2026-04-05 04:23:10 +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:
|
with:
|
||||||
# Pin because the latest all-hardware profile changes
|
# Pin because the latest all-hardware profile changes
|
||||||
# https://github.com/NixOS/nixpkgs/pull/128532
|
# 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_nix_config: |
|
||||||
extra-platforms = aarch64-linux
|
extra-platforms = aarch64-linux
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
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:
|
# put your own configuration here, for example ssh keys:
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
|
|||||||
Reference in New Issue
Block a user