summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-05-18 17:41:45 +0000
committerAlyssa Ross <hi@alyssa.is>2023-05-18 17:46:05 +0000
commit94f665ba79a9646546bd218b3f37016627a805f6 (patch)
tree6723cbb90412de12d819a769343d0a90bcc131d5
parente729a27870ab70cc796e8c88cfebb0c5220676a2 (diff)
downloadspectrum-94f665ba79a9646546bd218b3f37016627a805f6.tar
spectrum-94f665ba79a9646546bd218b3f37016627a805f6.tar.gz
spectrum-94f665ba79a9646546bd218b3f37016627a805f6.tar.bz2
spectrum-94f665ba79a9646546bd218b3f37016627a805f6.tar.lz
spectrum-94f665ba79a9646546bd218b3f37016627a805f6.tar.xz
spectrum-94f665ba79a9646546bd218b3f37016627a805f6.tar.zst
spectrum-94f665ba79a9646546bd218b3f37016627a805f6.zip
shell.nix: remove rustfmt
It probably makes more sense to have Rust components include this in
their own shell.nix files.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 2e881cb..88243bc 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,5 +4,5 @@
 import lib/eval-config.nix ({ config, ... }: with config.pkgs;
 
 mkShell {
-  nativeBuildInputs = [ b4 reuse rustfmt ];
+  nativeBuildInputs = [ b4 reuse ];
 })