5 lines
100 B
Nix
5 lines
100 B
Nix
# this folder is for custom derivations
|
|
{...}: {
|
|
# package = pkgs.callPackage ./package.nix {};
|
|
}
|