diff options
Diffstat (limited to 'website/sandbox')
-rw-r--r-- | website/sandbox/nut-score/shell.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/website/sandbox/nut-score/shell.nix b/website/sandbox/nut-score/shell.nix deleted file mode 100644 index 501fc07c8fdc..000000000000 --- a/website/sandbox/nut-score/shell.nix +++ /dev/null @@ -1,8 +0,0 @@ -let - pkgs = import <nixpkgs> {}; -in pkgs.mkShell { - name = "nut-score"; - buildInputs = with pkgs; [ - yarn - ]; -} |