xin/pkgs/default.nix

8 lines
238 B
Nix
Raw Normal View History

2023-09-12 08:44:05 -06:00
{ ... }: {
2023-03-22 10:35:46 -06:00
environment.systemPackages = [
#(callPackage ./cinny-desktop.nix { inherit isUnstable; })
#(callPackage ./mudita-center.nix { inherit isUnstable; })
#(callPackage ./govulncheck.nix { inherit isUnstable; })
];
2022-08-25 12:21:35 -06:00
}