about summary refs log tree commit diff
path: root/users/wpcarro/scratch/groceries/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/groceries/shell.nix')
-rw-r--r--users/wpcarro/scratch/groceries/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/scratch/groceries/shell.nix b/users/wpcarro/scratch/groceries/shell.nix
index 7682e8246c..0c6a298bf2 100644
--- a/users/wpcarro/scratch/groceries/shell.nix
+++ b/users/wpcarro/scratch/groceries/shell.nix
@@ -1,5 +1,5 @@
 { depot, ... }:
 
 depot.users.wpcarro.buildHaskell.shell {
-  deps = hpkgs: [];
+  deps = hpkgs: [ ];
 }