chore: tidy nix expressions
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
makeRustPlatform,
|
||||
cargo,
|
||||
rustc,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
p = pkgs;
|
||||
in rec {
|
||||
rustPlatform = makeRustPlatform {
|
||||
inherit cargo rustc;
|
||||
};
|
||||
pkgs = p.extend (_: _: {
|
||||
inherit rustPlatform;
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user