use stdenv.hostPlatform.system instead of deprecated system
Some checks failed
Rust / build (push) Failing after 5s
Some checks failed
Rust / build (push) Failing after 5s
This commit is contained in:
parent
f99cfd48bc
commit
4f08849eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
servicepoint-cli = self.legacyPackages."${prev.system}".servicepoint-cli;
|
servicepoint-cli = self.legacyPackages."${prev.stdenv.hostPlatform.system}".servicepoint-cli;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells = forAllSystems (
|
devShells = forAllSystems (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue