flake.nix: colmena requires a nixpkgs with explicitly set system
This commit is contained in:
@ -70,7 +70,9 @@
|
|||||||
|
|
||||||
colmena = {
|
colmena = {
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import nixpkgs {};
|
nixpkgs = import nixpkgs {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
} // helper.mapToColmenaHosts self.nixosConfigurations;
|
} // helper.mapToColmenaHosts self.nixosConfigurations;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user