🔧 more devenv tinkering

This commit is contained in:
2022-12-28 19:03:43 -05:00
parent 1dd6bb52a0
commit 08158fd335
3 changed files with 22 additions and 44 deletions

View File

@ -7,7 +7,6 @@
home-manager.url = "github:nix-community/home-manager";
flake-utils.url = "github:numtide/flake-utils";
deploy-rs.url = "github:serokell/deploy-rs";
devenv.url = "github:cachix/devenv/v0.5";
darwin = {
url = "github:lnl7/nix-darwin/master";
@ -24,6 +23,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
devenv = {
url = "github:cachix/devenv";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
# My stuff
dotfiles = {
url = "github:walkah/dotfiles";