Add custom package support
This commit is contained in:
8
pkgs/default.nix
Normal file
8
pkgs/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ lib, pkgs }:
|
||||
let
|
||||
inherit (pkgs) callPackage;
|
||||
in
|
||||
{
|
||||
# yeah turns out this is in nixpkgs now... we'll leave it as a sample i guess lol
|
||||
monocraft' = callPackage ./monocraft.nix { };
|
||||
}
|
Reference in New Issue
Block a user