diff options
| author | Mumtahin Farabi <[email protected]> | 2026-05-11 23:58:31 -0400 |
|---|---|---|
| committer | Mumtahin Farabi <[email protected]> | 2026-05-11 23:58:31 -0400 |
| commit | 1ef535274234065e8b81c2bc0a32c7e129c73120 (patch) | |
| tree | 0cea4940cc2ebde8d235fc5e9ee0ad33d2e609c6 /devenv.yaml | |
| parent | 9b0fb073ed687ab5b49fdd4e7d2b3e58af325049 (diff) | |
build(devenv): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
Diffstat (limited to 'devenv.yaml')
| -rw-r--r-- | devenv.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devenv.yaml b/devenv.yaml new file mode 100644 index 0000000..4086210 --- /dev/null +++ b/devenv.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json +allowUnfree: true +inputs: + nixpkgs: + url: github:cachix/devenv-nixpkgs/rolling + nixpkgs-unstable: + url: github:nixos/nixpkgs/nixpkgs-unstable + rust-overlay: + url: github:oxalica/rust-overlay + inputs: + nixpkgs: + follows: nixpkgs |
