Fix nixpkgs system
This commit is contained in:
parent
b07d83e169
commit
baa6c70835
|
@ -33,7 +33,7 @@ outputs = { self,
|
||||||
nur.repos.noneucat = import sxmo { pkgs = final; };
|
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 {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
"${username}-desktop" = lib.makeOverridable lib.nixosSystem {
|
"${username}-desktop" = lib.makeOverridable lib.nixosSystem {
|
||||||
|
|
Loading…
Reference in a new issue