Init python and env

This commit is contained in:
2026-01-27 19:47:44 +08:00
parent 8431bc5a62
commit f9a359fc28
7 changed files with 610 additions and 3 deletions

17
devenv.yaml Normal file
View File

@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
nixgl:
url: "github:nix-community/nixGL"
# If you're using non-OSS software, you can set allowUnfree to true.
# allowUnfree: true
# 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