1
0
Fork 0

feat: py36 chai

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-08-15 15:40:39 -05:00
parent 81e29cf2df
commit c0828b4341
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
3 changed files with 30 additions and 0 deletions

View File

@ -115,6 +115,22 @@
"type": "github"
}
},
"nixpkgs-py36": {
"locked": {
"lastModified": 1616701903,
"narHash": "sha256-zYjmZqdfetp6XNbJcznCGGR8YkjcZ45c3Zy+Q0GrhMw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "34f85de51bbc74595e63b22ee089adbb31f7c7a2",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "34f85de51bbc74595e63b22ee089adbb31f7c7a2",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1691464053,
@ -153,6 +169,7 @@
"home-manager": "home-manager_2",
"jolheiser-nur": "jolheiser-nur",
"nixpkgs": "nixpkgs_2",
"nixpkgs-py36": "nixpkgs-py36",
"nur": "nur"
}
},

View File

@ -14,6 +14,8 @@
nur.url = "github:nix-community/nur";
jolheiser-nur.url = "git+https://git.jojodev.com/jolheiser/nur";
nixpkgs-py36.url = "github:nixos/nixpkgs/34f85de51bbc74595e63b22ee089adbb31f7c7a2";
};
outputs = {
@ -22,6 +24,7 @@
home-manager,
agenix,
jolheiser-nur,
nixpkgs-py36,
...
} @ inputs: let
overlays = final: prev: {
@ -73,6 +76,13 @@
./machines/common
./machines/chai
commonConfig
({pkgs, ...}: {
config.nixpkgs.overlays = [
(_: _: {
py36 = import nixpkgs-py36 {inherit (pkgs) system;};
})
];
})
({pkgs, ...}: {
home-manager.users.${username}.programs = {
git.package = pkgs.gitSVN;

View File

@ -50,6 +50,9 @@ in {
jetbrains.idea-ultimate
jetbrains.datagrip
libxcrypt
py36.python36
py36.python36Packages.virtualenv
py36.python36Packages.psycopg2
subversion
teams-for-linux
xorg.xauth