fix packages
This commit is contained in:
parent
f69c5d19f5
commit
cccea58966
@ -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…
Reference in New Issue
Block a user