mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: overengineered python devshell
This commit is contained in:
parent
573563c3d2
commit
269d3929f6
3 changed files with 108 additions and 83 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue