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