Update deps, add nixos and devenv

This commit is contained in:
2025-03-13 21:38:32 +03:00
parent 60ea3fc59b
commit ca9d20e2a2
7 changed files with 183 additions and 1 deletions

16
devenv.yaml Normal file
View File

@@ -0,0 +1,16 @@
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
nixpkgs_stable:
url: "github:NixOS/nixpkgs/release-24.11"
# 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