dibbler/default.nix

8 lines
103 B
Nix

{ pkgs ? import <nixos-unstable> { } }:
rec {
dibbler = pkgs.callPackage ./nix/dibbler.nix { };
}