nixconfig/pkgs/default.nix

7 lines
204 B
Nix
Raw Normal View History

2023-04-12 20:32:07 +02:00
{
pkgs ? import <nixpkgs> {},
...
}:{
simc = (pkgs.qt6.callPackage ./custom/simc.nix { });
repalette = (pkgs.callPackage ./custom/repalette.nix { stdenv = pkgs.llvmPackages.stdenv; });
}