-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdevenv.yaml
39 lines (36 loc) · 1018 Bytes
/
devenv.yaml
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
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
nixpkgs:
url: github:nixos/nixpkgs/nixos-24.11
nix-vscode-extensions:
url: github:nix-community/nix-vscode-extensions
pyproject-nix:
url: github:pyproject-nix/pyproject.nix
inputs:
nixpkgs:
follows: nixpkgs
uv2nix:
url: github:pyproject-nix/uv2nix
inputs:
nixpkgs:
follows: nixpkgs
pyproject-nix:
follows: pyproject-nix
pyproject-build-systems:
url: github:pyproject-nix/build-system-pkgs
inputs:
nixpkgs:
follows: nixpkgs
pyproject-nix:
follows: pyproject-nix
uv2nix:
follows: uv2nix
# If you're using non-OSS software, you can set allowUnfree to true.
allowUnfree: true
# "vscode-extension-ms-vscode-remote-remote-containers"
# If you're willing to use a package that's vulnerable
# permittedInsecurePackages:
# - "openssl-1.1.1w"
# If you have more than one devenv you can merge them
#imports:
# - ./backend