Update nix flake

This commit is contained in:
2025-01-07 16:52:52 +03:00
parent db015efba6
commit ee44aaceab

View File

@@ -31,7 +31,7 @@
}; };
config = lib.mkIf config.photocatalog.enable { config = lib.mkIf config.photocatalog.enable {
environment.systemPackages = [ self.photocatalog ]; environment.systemPackages = [ self.packages.${pkgs.system}.photocatalog ];
}; };
}; };