about summary refs log tree commit diff
path: root/scratch/deepmind
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/deepmind')
-rw-r--r--scratch/deepmind/part_two/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/deepmind/part_two/shell.nix b/scratch/deepmind/part_two/shell.nix
index f1b02c4d2ed5..606dd7167f7c 100644
--- a/scratch/deepmind/part_two/shell.nix
+++ b/scratch/deepmind/part_two/shell.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ pkgs ? import <nixpkgs> {}, ... }:
 
 pkgs.mkShell {
   buildInputs = with pkgs; [