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