chore: format

This commit is contained in:
DashieTM 2024-04-18 21:10:51 +02:00
parent 84da634f57
commit 57cacdb1c9
18 changed files with 360 additions and 359 deletions

View file

@ -1,4 +1,4 @@
#{pkgs, ...}:{
# hello = pkgs.callPackage ./ncspot.nix;
#}
{}
{ }

View file

@ -5,7 +5,7 @@
let
toolchain = pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.minimal);
rustPlatform = pkgs.makeRustPlatform {
cargo = toolchain;
cargo = toolchain;
rustc = toolchain;
};
in

View file

@ -5,7 +5,7 @@
let
toolchain = pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.minimal);
rustPlatform = pkgs.makeRustPlatform {
cargo = toolchain;
cargo = toolchain;
rustc = toolchain;
};
in