nixcfg/pkgs/default.nix

6 lines
108 B
Nix
Raw Permalink Normal View History

2024-08-28 15:35:11 +02:00
{ pkgs, ... }:
{
# Define your custom packages here
# my-package = pkgs.callPackage ./my-package {};
}