feat: add sesh locally
This commit is contained in:
parent
a049042bb6
commit
6edcf42c52
2 changed files with 31 additions and 1 deletions
|
|
@ -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 {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue