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