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