SaumonNet / proxmox-nixos

The Proxmox Hypervisor, on NixOS [maintainers=@camillemndn @julienmalka]
GNU Affero General Public License v3.0
560 stars 25 forks source link

fix: actually use nixpkgs-stable for overriden packages #44

Closed CertainLach closed 1 month ago

CertainLach commented 2 months ago

Based on top of #43

Fixes: #38 #32 #37 #31

This time it shouldn't cause any problems for maintenance and won't break the auto-update script, as the implementation is kept mostly the same as before, only thing that may need maintenance is list of packages used for overrides (in callPackage = pkgs.lib.callPackageWith (pkgs // ours // {), but it only matters for non-release NixOS version, it will behave the same on released NixOS.

CertainLach commented 2 months ago

Tested on nixos-master and nixos-24.05