diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix index 4cf1d9a..40929d0 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,6 @@ -{ pkgs ? (import <nixpkgs> { }) }: +{ pkgs ? (import <nixpkgs> { }) +, dnscontrol ? (import ./. { inherit pkgs; }) +}: pkgs.mkShell { packages = with pkgs; [ dnscontrol |