diff options
Diffstat (limited to 'users/grfn/web/shell.nix')
-rw-r--r-- | users/grfn/web/shell.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/users/grfn/web/shell.nix b/users/grfn/web/shell.nix deleted file mode 100644 index 7e7fccdc939c..000000000000 --- a/users/grfn/web/shell.nix +++ /dev/null @@ -1,9 +0,0 @@ -with import <nixpkgs> { config.allowUnfree = true; }; -mkShell { - buildInputs = [ - awscli - gnumake - tarsnap - certbot - ]; -} |