forked from t3-oss/create-t3-turbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevenv.yaml
More file actions
40 lines (40 loc) · 780 Bytes
/
devenv.yaml
File metadata and controls
40 lines (40 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
inputs:
mk-shell-bin:
url: github:rrbutani/nix-mk-shell-bin
nix2container:
url: github:nlewo/nix2container
inputs:
nixpkgs:
follows: nixpkgs
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
treefmt-nix:
url: github:coopermaruyama/treefmt-nix
inputs:
nixpkgs:
follows: nixpkgs
allowUnfree: true
imports:
- ./devenv.nix
- ./tooling/nix/devenv.nix
clean:
enabled: false
keep:
- HOME
- SERVICE
- ENV
- AWS_PROFILE
- AWS_REGION
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_DEFAULT_REGION
- AWS_START_URL
- TURBO_TEAM
- TURBO_TOKEN
- DOCKER_BUILDKIT
- STARSHIP_CONFIG
- COMPOSE_DOCKER_CLI_BUILD
- XDG_DATA_DIRS
- PATH
- NODE_PATH
- GOPATH