init: ui bootstrapping nextjs
This commit is contained in:
10
pkgs/ui/.envrc
Normal file
10
pkgs/ui/.envrc
Normal file
@@ -0,0 +1,10 @@
|
||||
# Because we depend on nixpkgs sources, uploading to builders takes a long time
|
||||
|
||||
source_up
|
||||
|
||||
if type nix_direnv_watch_file &>/dev/null; then
|
||||
nix_direnv_watch_file flake-module.nix
|
||||
else
|
||||
direnv watch flake-module.nix
|
||||
fi
|
||||
use flake .#ui --builders ''
|
||||
Reference in New Issue
Block a user