about summary refs log tree commit diff
path: root/users/wpcarro/scratch/rust/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/rust/shell.nix')
-rw-r--r--users/wpcarro/scratch/rust/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/scratch/rust/shell.nix b/users/wpcarro/scratch/rust/shell.nix
index 064e7d8bb3..98e2dbf4b2 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 = [