mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:36:33 +01:00
Wrong system architeture
This commit is contained in:
parent
b0c6707464
commit
52a3d2cdd4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
];
|
||||
};
|
||||
yokai = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
system = "aarch64-linux";
|
||||
specialArgs = inputs;
|
||||
modules = [
|
||||
./systems/yokai
|
||||
|
|
Loading…
Reference in a new issue