5 lines
96 B
Nix
5 lines
96 B
Nix
{ pkgs ? import <nixos-unstable> { } }:
|
|
{
|
|
dibbler = pkgs.callPackage ./nix/dibbler.nix { };
|
|
}
|