colmena: use currentSystem instead of hardcode

This commit is contained in:
Sean Buckley 2022-06-06 16:46:08 -04:00
parent 06913e7134
commit 6aa4169e34

View file

@ -78,7 +78,8 @@ in
'';
colmena =
{ meta.nixpkgs = nixpkgs.legacyPackages."x86_64-linux"; } //
# colmena evaluates in impure mode, so currentSystem is OK for now
{ meta.nixpkgs = nixpkgs.legacyPackages.${builtins.currentSystem}; } //
builtins.mapAttrs
(name: value: {
imports = value.modules ++ [