d5c3619118
To test out emacs package installs from depot Change-Id: Ia8bb370d671c566c6ce8de08b47925ec3a1653e4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/493 Reviewed-by: glittershark <grfn@gws.fyi>
5 lines
71 B
Nix
5 lines
71 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
lib.depot = import ~/code/depot {};
|
|
}
|