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;
|
||||
rustc = toolchain;
|
||||
};
|
||||
in
|
||||
rec {
|
||||
in {
|
||||
packages = flake-utils.lib.flattenTree rec {
|
||||
default = lastfmpris;
|
||||
lastfmpris = rustPlatform.buildRustPackage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue