fix: disable local sesh

This commit is contained in:
gwg313 2024-04-11 00:34:07 -04:00
parent 9f984d5cb6
commit 4a8a209186
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -2,5 +2,5 @@
# You can build them using 'nix build .#example'
{pkgs, ...}: {
# example = pkgs.callPackage ./example { };
sesh = pkgs.callPackage ./sesh {};
# sesh = pkgs.callPackage ./sesh {};
}