chore: fix nixpkgs 25.05 deprecation warnings

This commit is contained in:
2026-05-01 22:26:29 +00:00
parent 35e35980b4
commit d64314d68b
7 changed files with 20 additions and 18 deletions

View File

@@ -2,8 +2,8 @@
lib = inputs.nixpkgs.lib;
in final: prev: (
let
packages = self.packages.${prev.system};
legacyPackages = self.legacyPackages.${prev.system};
packages = self.packages.${prev.stdenv.hostPlatform.system};
legacyPackages = self.legacyPackages.${prev.stdenv.hostPlatform.system};
in {
hectic = packages // legacyPackages;
postgresql_17 = prev.postgresql_17 // {pkgs = prev.postgresql_17.pkgs // {