aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/ts/tskm
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ts/tskm')
-rw-r--r--pkgs/by-name/ts/tskm/flake.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/by-name/ts/tskm/flake.nix b/pkgs/by-name/ts/tskm/flake.nix
index 583d4923..6217f942 100644
--- a/pkgs/by-name/ts/tskm/flake.nix
+++ b/pkgs/by-name/ts/tskm/flake.nix
@@ -23,13 +23,13 @@
pkgs.sqlite
];
- packages = with pkgs; [
- cargo
- clippy
- rustc
- rustfmt
+ packages = [
+ pkgs.cargo
+ pkgs.clippy
+ pkgs.rustc
+ pkgs.rustfmt
- cargo-edit
+ pkgs.cargo-edit
];
};
};