diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2023-01-04 21:00:25 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2023-01-18 15:36:35 +0000 |
commit | 1e64f9c255082976a75b7fc5002a92326cb13318 (patch) | |
tree | 0d6ea736e8c3437b5a5d193246b4a4df1153923f /devenv.yaml | |
parent | Remove outdated commands from the code style doc & point to the contributing ... (diff) | |
download | synapse-1e64f9c255082976a75b7fc5002a92326cb13318.tar.xz |
Add support for devenv developer environments github/anoa/devenv anoa/devenv
Diffstat (limited to 'devenv.yaml')
-rw-r--r-- | devenv.yaml | 8 |
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 |