diff options
Diffstat (limited to 'users/grfn/xanthous/server/default.nix')
-rw-r--r-- | users/grfn/xanthous/server/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/grfn/xanthous/server/default.nix b/users/grfn/xanthous/server/default.nix index 0b3900e4d5fe..95c2b15ec95f 100644 --- a/users/grfn/xanthous/server/default.nix +++ b/users/grfn/xanthous/server/default.nix @@ -1,5 +1,4 @@ -args@{ - depot ? import ../../../.. {} +args@{ depot ? import ../../../.. { } , pkgs ? depot.third_party.nixpkgs , ... }: |