diff options
Diffstat (limited to 'users/wpcarro/scratch/rust/shell.nix')
-rw-r--r-- | users/wpcarro/scratch/rust/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/scratch/rust/shell.nix b/users/wpcarro/scratch/rust/shell.nix index 064e7d8bb38a..98e2dbf4b29b 100644 --- a/users/wpcarro/scratch/rust/shell.nix +++ b/users/wpcarro/scratch/rust/shell.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs ? import <nixpkgs> { }, ... }: pkgs.mkShell { buildInputs = [ |