Our Personal Data Server from scratch!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(nix/module): don't import using self

authored by

isabel and committed by tangled.org 55d3b7f8 f00b0231

+1 -1
+1 -1
flake.nix
··· 32 32 { lib, pkgs, ... }: 33 33 { 34 34 _file = "${self.outPath}/flake.nix#nixosModules.tranquil-pds"; 35 - imports = [ (import ./module.nix self) ]; 35 + imports = [ ./module.nix ]; 36 36 config.services.tranquil-pds = { 37 37 package = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-pds; 38 38 settings.frontend.package = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-frontend;