nix: formatting
This commit is contained in:
parent
3523c50b71
commit
01cc435dd4
1 changed files with 6 additions and 7 deletions
13
flake.nix
13
flake.nix
|
@ -25,13 +25,12 @@
|
||||||
{
|
{
|
||||||
devShells = forAllSystems
|
devShells = forAllSystems
|
||||||
(pkgs: {
|
(pkgs: {
|
||||||
default = import ./shell.nix
|
default = import ./shell.nix {
|
||||||
{
|
inherit pkgs;
|
||||||
inherit pkgs;
|
additionalBuildInputs = [
|
||||||
additionalBuildInputs = [
|
(pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
|
||||||
(pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
|
];
|
||||||
];
|
};
|
||||||
};
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue