mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
move hardcoded system
This commit is contained in:
parent
0ff416af71
commit
95f13eadfa
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
{ self
|
||||
, system ? "x86_64-linux"
|
||||
, modules ? [ ]
|
||||
}:
|
||||
|
||||
|
@ -95,7 +94,7 @@ in
|
|||
|
||||
|
||||
colmena =
|
||||
{ meta.nixpkgs = nixpkgs.legacyPackages.${system}; } //
|
||||
{ meta.nixpkgs = nixpkgs.legacyPackages."x86_64-linux"; } //
|
||||
builtins.mapAttrs
|
||||
(name: value: {
|
||||
nixpkgs.system = value.config.nixpkgs.system; # needed for multi-arch deployments
|
||||
|
|
Loading…
Reference in a new issue