[Init]
This commit is contained in:
7
pkgs/default.nix
Normal file
7
pkgs/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
pkgs ? import <nixpkgs> {},
|
||||
...
|
||||
}:{
|
||||
simc = (pkgs.qt6.callPackage ./custom/simc.nix { });
|
||||
repalette = (pkgs.callPackage ./custom/repalette.nix { stdenv = pkgs.llvmPackages.stdenv; });
|
||||
}
|
Reference in New Issue
Block a user