diff options
Diffstat (limited to 'devenv.yaml')
| -rw-r--r-- | devenv.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devenv.yaml b/devenv.yaml new file mode 100644 index 0000000..543b514 --- /dev/null +++ b/devenv.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json +inputs: + nixpkgs: + url: github:cachix/devenv-nixpkgs/rolling + git-hooks: + url: github:cachix/git-hooks.nix + inputs: + nixpkgs: + follows: nixpkgs + rust-overlay: + url: github:oxalica/rust-overlay + inputs: + nixpkgs: + follows: nixpkgs + crate2nix: + url: github:nix-community/crate2nix + inputs: + nixpkgs: + follows: nixpkgs |
