This commit is contained in:
parent
1bb83efeef
commit
337e587f92
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@
|
||||||
# .outputs
|
# .outputs
|
||||||
# .disk-image;
|
# .disk-image;
|
||||||
|
|
||||||
pinephone = nixpkgs.lib.nixosSystem {
|
pinephone = nixpkgs-unstable.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
modules = with nixosModules; [
|
modules = with nixosModules; [
|
||||||
# TODO: how do I build this image?
|
# TODO: how do I build this image?
|
||||||
|
|
Loading…
Reference in a new issue