Compare commits
2 commits
cd9f03dd1b
...
3d5cf72fda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d5cf72fda | ||
|
|
c53377a504 |
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
);
|
||||
packages = forAllSystems (
|
||||
pkgs: sys: {
|
||||
default = self.packages.${pkgs.stdenv.hostPlatform.system}.yoke;
|
||||
default = self.packages.${pkgs.system}.yoke;
|
||||
yoke = pkgs.rustPlatform.callPackage ./nix/package.nix {
|
||||
features = [
|
||||
"cli"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue