Fix nixpkgs system
This commit is contained in:
parent
b07d83e169
commit
baa6c70835
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ outputs = { self,
|
|||
nur.repos.noneucat = import sxmo { pkgs = final; };
|
||||
};
|
||||
|
||||
sxmo-pkgs = import nixpkgs { overlays = [ sxmo-overlay ]; };
|
||||
sxmo-pkgs = import nixpkgs { system = "aarch64-linux"; overlays = [ sxmo-overlay ]; };
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
"${username}-desktop" = lib.makeOverridable lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue