summary refs log tree commit diff
path: root/devenv.yaml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2023-01-04 21:00:25 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2023-01-18 15:36:35 +0000
commit1e64f9c255082976a75b7fc5002a92326cb13318 (patch)
tree0d6ea736e8c3437b5a5d193246b4a4df1153923f /devenv.yaml
parentRemove outdated commands from the code style doc & point to the contributing ... (diff)
downloadsynapse-1e64f9c255082976a75b7fc5002a92326cb13318.tar.xz
Add support for devenv developer environments github/anoa/devenv anoa/devenv
Diffstat (limited to 'devenv.yaml')
-rw-r--r--devenv.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/devenv.yaml b/devenv.yaml
new file mode 100644
index 0000000000..87a8faa412
--- /dev/null
+++ b/devenv.yaml
@@ -0,0 +1,8 @@
+inputs:
+  nixpkgs:
+    url: github:NixOS/nixpkgs/nixpkgs-unstable
+  fenix:
+    url: github:nix-community/fenix
+    inputs:
+      nixpkgs:
+        follows: nixpkgs
\ No newline at end of file