diff options
Diffstat (limited to 'fun/owothia/shell.nix')
-rw-r--r-- | fun/owothia/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/owothia/shell.nix b/fun/owothia/shell.nix index 1ad70c907baa..0304581d9d4a 100644 --- a/fun/owothia/shell.nix +++ b/fun/owothia/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? (import ../../../. {}).third_party, ... }: +{ pkgs ? (import ../../../. { }).third_party, ... }: let inherit (pkgs) |