bepasty: fix python version
This commit is contained in:
parent
42d30d7edf
commit
eaa6cd8863
1 changed files with 0 additions and 8 deletions
|
@ -47,12 +47,4 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# fix bepasty service
|
||||
nixpkgs.overlays = let
|
||||
overlay = self: super: {
|
||||
bepasty =
|
||||
super.bepasty.override { python3Packages = pkgs.python27Packages; };
|
||||
};
|
||||
in [ overlay ];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue