summaryrefslogtreecommitdiff
path: root/devenv.yaml
diff options
context:
space:
mode:
authorMumtahin Farabi <[email protected]>2026-05-11 23:58:31 -0400
committerMumtahin Farabi <[email protected]>2026-05-11 23:58:31 -0400
commit1ef535274234065e8b81c2bc0a32c7e129c73120 (patch)
tree0cea4940cc2ebde8d235fc5e9ee0ad33d2e609c6 /devenv.yaml
parent9b0fb073ed687ab5b49fdd4e7d2b3e58af325049 (diff)
build(devenv): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
Diffstat (limited to 'devenv.yaml')
-rw-r--r--devenv.yaml12
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