mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-06-09 16:42:40 +00:00
fix(nix/module): don't import using self
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
_file = "${self.outPath}/flake.nix#nixosModules.tranquil-pds";
|
||||
imports = [ (import ./module.nix self) ];
|
||||
imports = [ ./module.nix ];
|
||||
config.services.tranquil-pds = {
|
||||
package = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-pds;
|
||||
settings.frontend.package = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-frontend;
|
||||
|
||||
Reference in New Issue
Block a user