depot/web/default.nix

6 lines
103 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
login-int = pkgs.copyPathToStore ./login-int;
int = pkgs.copyPathToStore ./int;
}