all repos — searchix @ 1e5045349f93298b4c021c96c7c9c5a188489f2e

Search engine for NixOS, nix-darwin, home-manager and NUR users

frontend/dev.go (view raw)

1
2
3
4
5
6
7
8
9
//go:build !embed

package frontend

import (
	"os"
)

var Files = os.DirFS("frontend/")