follow nixpkgs for devenv

This commit is contained in:
Adithya 2023-03-25 21:40:01 +05:30
parent 221456000b
commit 1798068775
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -20,6 +20,7 @@
devenv = {
url = "github:cachix/devenv/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
};