From d4cf94230b4d81338f1580e306fee1955c63f0f1 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 6 Sep 2026 18:38:41 -0400 Subject: Setup devenv --- devenv.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devenv.yaml (limited to 'devenv.yaml') 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 -- cgit v1.3.1