style(treewide): Switch to nixfmt
This commit is contained in:
parent
4b0e6f0a8c
commit
82c1d22d3d
8 changed files with 154 additions and 126 deletions
|
|
@ -1,13 +1,16 @@
|
|||
{ dream2nix, lib, ... }: {
|
||||
{ dream2nix, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
dream2nix.modules.dream2nix.rust-cargo-lock
|
||||
dream2nix.modules.dream2nix.rust-cargo-vendor
|
||||
dream2nix.modules.dream2nix.rust-crane
|
||||
];
|
||||
|
||||
deps = {fenix, ...}: {
|
||||
deps.cargo = fenix.stable.minimalToolchain;
|
||||
};
|
||||
deps =
|
||||
{ fenix, ... }:
|
||||
{
|
||||
deps.cargo = fenix.stable.minimalToolchain;
|
||||
};
|
||||
|
||||
inherit
|
||||
((lib.pipe ./Cargo.toml [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue