nixcfg/pkgs/default.nix
nomadics9 16170bdebc init
2024-10-06 19:48:10 +03:00

5 lines
108 B
Nix

{ pkgs, ... }:
{
# Define your custom packages here
# my-package = pkgs.callPackage ./my-package {};
}