Update/fix keycloak, matrix, nextcloud, wireguard-nat-nftables
This commit is contained in:
parent
8c7f484512
commit
cf76804cec
6 changed files with 18 additions and 42 deletions
|
@ -1,17 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
nftablesWithPythonOverlay = final: prev: {
|
||||
nftables = (prev.nftables.override { withPython = true; });
|
||||
};
|
||||
pkgs-overlay = pkgs.extend nftablesWithPythonOverlay;
|
||||
in
|
||||
pkgs-overlay.python310Packages.buildPythonApplication {
|
||||
pkgs.python3Packages.buildPythonApplication {
|
||||
pname = "wireguard-nat-nftables";
|
||||
version = "0.0.1";
|
||||
|
||||
propagatedBuildInputs = with pkgs-overlay; [
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
wireguard-tools
|
||||
python310Packages.nftables
|
||||
python3Packages.nftables
|
||||
];
|
||||
|
||||
src = ./src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue