Remove pkgsStable argument

This commit is contained in:
Andrea Ciceri 2024-12-31 10:23:18 +01:00
parent 57be38c32f
commit 9116e95a03
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -287,7 +287,6 @@ in
_module.args = {
age = config.age or { };
fleetFlake = self;
pkgsStable = inputs.nixpkgsStable.legacyPackages.${pkgs.system};
};
};
}