fix: use ${system} instead of hardcoding x86_64-linux
This commit is contained in:
parent
31c2a3cc87
commit
ebb9a1120d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
# ];
|
||||
# };
|
||||
hydraJobs = {
|
||||
legacyPackages."x86_64-linux" = self.legacyPackages."x86_64-linux";
|
||||
legacyPackages.${system} = self.legacyPackages.${system};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue