fix packages
This commit is contained in:
parent
f69c5d19f5
commit
cccea58966
1 changed files with 5 additions and 3 deletions
|
|
@ -12,8 +12,10 @@
|
|||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
packages.${system}.rust = import ./rust.nix {inherit pkgs;};
|
||||
packages.${system}.clang = import ./clang.nix {inherit pkgs;};
|
||||
packages.${system}.default = self.packages.${system}.rust;
|
||||
packages.${system} = {
|
||||
rust = import ./rust.nix {inherit pkgs;};
|
||||
clang = import ./clang.nix {inherit pkgs;};
|
||||
default = self.packages.${system}.rust;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue