generated from ElnuDev/rust-project
Don't use rec in flake.nix
This commit is contained in:
parent
1f4a8a2181
commit
13a048b185
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
cargoHash = nixpkgs.lib.fakeHash;
|
cargoHash = nixpkgs.lib.fakeHash;
|
||||||
};
|
};
|
||||||
in rec {
|
in {
|
||||||
devShells.${system}.default = with pkgs; mkShell {
|
devShells.${system}.default = with pkgs; mkShell {
|
||||||
packages = [ bacon ];
|
packages = [ bacon ];
|
||||||
inputsFrom = with packages.${system}; [ tatoeba images ];
|
inputsFrom = with self.packages.${system}; [ tatoeba images ];
|
||||||
};
|
};
|
||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
tatoeba = pkgs.rustPlatform.buildRustPackage (rustSettings // {
|
tatoeba = pkgs.rustPlatform.buildRustPackage (rustSettings // {
|
||||||
|
|
Loading…
Add table
Reference in a new issue