mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +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 {
|
yokai = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "aarch64-linux";
|
||||||
specialArgs = inputs;
|
specialArgs = inputs;
|
||||||
modules = [
|
modules = [
|
||||||
./systems/yokai
|
./systems/yokai
|
||||||
|
|
Loading…
Reference in a new issue