diff options
Diffstat (limited to 'users/wpcarro/haskell-file/shell.nix')
-rw-r--r-- | users/wpcarro/haskell-file/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/haskell-file/shell.nix b/users/wpcarro/haskell-file/shell.nix index 7682e8246cac..0c6a298bf2b0 100644 --- a/users/wpcarro/haskell-file/shell.nix +++ b/users/wpcarro/haskell-file/shell.nix @@ -1,5 +1,5 @@ { depot, ... }: depot.users.wpcarro.buildHaskell.shell { - deps = hpkgs: []; + deps = hpkgs: [ ]; } |