diff options
| author | polwex <polwex@sortug.com> | 2025-10-20 13:13:39 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-20 13:13:39 +0700 |
| commit | d21900836f89b2bf9cd55ff1708a4619c8b89656 (patch) | |
| tree | bb3a5842ae408ffa465814c6bbf27a5002866252 /devenv.yaml | |
neoinityes
Diffstat (limited to 'devenv.yaml')
| -rw-r--r-- | devenv.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devenv.yaml b/devenv.yaml new file mode 100644 index 0000000..cd6cc1d --- /dev/null +++ b/devenv.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json +inputs: + nixpkgs: + url: github:cachix/devenv-nixpkgs/rolling + ocaml: + url: github:nix-ocaml/nix-overlays + inputs: + nixpkgs: + follows: nixpkgs + + +# 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 |
