remove useless rec
This commit is contained in:
parent
1ec0b30896
commit
49c4b2b5b0
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@
|
||||||
cargo = toolchain;
|
cargo = toolchain;
|
||||||
rustc = toolchain;
|
rustc = toolchain;
|
||||||
};
|
};
|
||||||
in
|
in {
|
||||||
rec {
|
|
||||||
packages = flake-utils.lib.flattenTree rec {
|
packages = flake-utils.lib.flattenTree rec {
|
||||||
default = lastfmpris;
|
default = lastfmpris;
|
||||||
lastfmpris = rustPlatform.buildRustPackage {
|
lastfmpris = rustPlatform.buildRustPackage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue