flake.nix: remove overlayed packages for systemd and kanidm

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-08 12:24:47 +02:00
parent 4959a4b188
commit e698df1244
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 0 additions and 6 deletions

View File

@ -96,7 +96,6 @@
overlays = let
nonrecursive-unstable-pkgs = nixpkgs-unstable.legacyPackages.${system};
in [
(self: super: { kanidm = nonrecursive-unstable-pkgs.kanidm; })
(self: super: { pgadmin4 = nonrecursive-unstable-pkgs.pgadmin4; })
# (self: super: { pcloud = nonrecursive-unstable-pkgs.pcloud; })
osuchan.overlays.default
@ -105,11 +104,6 @@
ffmpeg = super.ffmpeg_6-full;
};
})
# (self: super: {
# systemd = super.systemd.overrideAttrs (final: prev: {
# mesonFlags = prev.mesonFlags ++ [ "-Dsystemd-socket-proxyd=true" ];
# });
# })
];
};