feat: overengineered python devshell

This commit is contained in:
Kat Inskip 2022-12-04 18:33:41 +01:00
parent 573563c3d2
commit 269d3929f6
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 108 additions and 83 deletions

View file

@ -37,11 +37,16 @@
sops-nix.follows = "empty";
};
};
pypi-deps-db = {
url = "github:DavHau/pypi-deps-db";
flake = false;
};
mach-nix = {
url = "mach-nix/3.5.0";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "utils";
pypi-deps-db.follows = "pypi-deps-db";
};
};
arcexprs = {