depot/web/default.nix

5 lines
103 B
Nix

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