feat: add direnv

This commit is contained in:
Glen Goodwin 2023-06-07 01:55:31 -04:00
parent 327db2d36c
commit f8e3087b48
2 changed files with 11 additions and 6 deletions

View file

@ -16,8 +16,8 @@
};
devenv = {
url = "github:cachix/devenv/main";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:cachix/devenv/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};