dotfiles/system/pkgs/default.nix

4 lines
125 B
Nix
Raw Normal View History

2023-04-11 00:58:02 +07:00
{ pkgs, ... }: let inherit (pkgs) callPackage; in {
system76-scheduler = callPackage ../pkgs/system76-scheduler.nix { };
}