rename flake outputs
This commit is contained in:
parent
2763345291
commit
f69c5d19f5
@ -12,8 +12,8 @@
|
|||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in {
|
in {
|
||||||
packages.x86_64-linux.esp-rust = import ./rust.nix {inherit pkgs;};
|
packages.${system}.rust = import ./rust.nix {inherit pkgs;};
|
||||||
packages.x86_64-linux.esp-clang = import ./clang.nix {inherit pkgs;};
|
packages.${system}.clang = import ./clang.nix {inherit pkgs;};
|
||||||
packages.x86_64-linux.default = self.packages.x86_64-linux.esp-rust;
|
packages.${system}.default = self.packages.${system}.rust;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user