nix: formatting
This commit is contained in:
parent
3523c50b71
commit
01cc435dd4
1 changed files with 6 additions and 7 deletions
|
@ -25,8 +25,7 @@
|
||||||
{
|
{
|
||||||
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