nox/packages/default.nix

5 lines
104 B
Nix

{ flake, pkgs }:
{
# add new packages here as:
# name = pkgs.callPackage ./package-source.nix {};
}