diff options
Diffstat (limited to 'tools/run/shell.nix')
-rw-r--r-- | tools/run/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run/shell.nix b/tools/run/shell.nix index 8b97f04ca446..de192ae150c7 100644 --- a/tools/run/shell.nix +++ b/tools/run/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import <nixpkgs> {}, ... }: +{ pkgs, ... }: pkgs.mkShell { buildInputs = with pkgs; [ |