feat: add sesh locally

This commit is contained in:
gwg313 2024-02-07 20:46:04 -05:00
parent a049042bb6
commit 6edcf42c52
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 31 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
{pkgs, ...}: {
# example = pkgs.callPackage ./example { };
sesh = pkgs.callPackage ./sesh {};
}