fix: disable local sesh
This commit is contained in:
parent
9f984d5cb6
commit
4a8a209186
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
# You can build them using 'nix build .#example'
|
# You can build them using 'nix build .#example'
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
# example = pkgs.callPackage ./example { };
|
# example = pkgs.callPackage ./example { };
|
||||||
sesh = pkgs.callPackage ./sesh {};
|
# sesh = pkgs.callPackage ./sesh {};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue