define an overlay, for external users

This commit is contained in:
colin 2022-10-11 02:42:38 -07:00
parent fcc248bd89
commit 0f50a8a89f
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
nativeBuildInputs = [ gnumake ];
installFlags = [ "PREFIX=$(out)" ];
};
overlay = final: prev: {
uninsane-dot-org = packages.uninsane-dot-org;
};
defaultPackage = packages.uninsane-dot-org;
devShells.default = with pkgs; mkShell {