Fix selene

This commit is contained in:
Maxiem Geldhof 2025-10-13 18:50:18 +02:00
parent 643396a7dd
commit 4fa6f90b37

View file

@ -1,9 +1,9 @@
{ agenix, jellyfin-exporter, nixpkgs, ... }: { agenix, jellyfin-exporter, nixpkgs, self, ... }:
nixpkgs.lib.nixosSystem { nixpkgs.lib.nixosSystem {
system = system; system = "x86_64-linux";
specialArgs = { specialArgs = {
# This selects the package for the current system and passes it # This selects the package for the current system and passes it
exporter-pkg = jellyfin-exporter.packages.${system}.default; exporter-pkg = jellyfin-exporter.packages.${self.system}.default;
}; };
modules = [ modules = [