Fix selene
This commit is contained in:
parent
643396a7dd
commit
4fa6f90b37
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ agenix, jellyfin-exporter, nixpkgs, ... }:
|
||||
{ agenix, jellyfin-exporter, nixpkgs, self, ... }:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
system = system;
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
# 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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue