coporate color system: init
This commit is contained in:
12
pkgs/theme/.envrc
Normal file
12
pkgs/theme/.envrc
Normal file
@@ -0,0 +1,12 @@
|
||||
# Because we depend on nixpkgs sources, uploading to builders takes a long time
|
||||
|
||||
source_up
|
||||
|
||||
files=(flake-module.nix package.json package-lock.json)
|
||||
if type nix_direnv_watch_file &>/dev/null; then
|
||||
nix_direnv_watch_file "${files[@]}"
|
||||
else
|
||||
watch_file "${files[@]}"
|
||||
fi
|
||||
|
||||
use flake .#theme --builders ''
|
||||
Reference in New Issue
Block a user