summaryrefslogtreecommitdiff
path: root/devenv.yaml
diff options
context:
space:
mode:
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