dotfiles/nix/types/default.nix

8 lines
75 B
Nix

{ pkgs ? import <nixpkgs> { }
, lib ? inputs.pkgs.lib
, ...
}@inputs:
{
}