diff options
Diffstat (limited to 'services/tazblog/shell.nix')
-rw-r--r-- | services/tazblog/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tazblog/shell.nix b/services/tazblog/shell.nix index 021c3db31d31..ebb891a87458 100644 --- a/services/tazblog/shell.nix +++ b/services/tazblog/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import ../../default.nix {} }: +{ pkgs ? (import ../../default.nix {}).third_party.nixpkgs }: let tazblog = import ./tazblog.nix; depNames = with builtins; filter ( |