diff options
| author | Mica White <botahamec@outlook.com> | 2026-09-06 18:38:41 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-09-06 18:38:41 -0400 |
| commit | d4cf94230b4d81338f1580e306fee1955c63f0f1 (patch) | |
| tree | 7a5e1fc419785aeb3275839c4053137666e8fb7a /devenv.yaml | |
| parent | b097c8ffb9412d25c39212ff77dbb9db9b2a2d86 (diff) | |
Setup devenv
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 |
