diff options
Diffstat (limited to 'users/grfn/bbbg/shell.nix')
-rw-r--r-- | users/grfn/bbbg/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/bbbg/shell.nix b/users/grfn/bbbg/shell.nix index 48bcd73759d0..e26569657f07 100644 --- a/users/grfn/bbbg/shell.nix +++ b/users/grfn/bbbg/shell.nix @@ -1,5 +1,5 @@ let - depot = import ../../.. {}; + depot = import ../../.. { }; in with depot.third_party.nixpkgs; |