Try fix nixosmodule
This commit is contained in:
parent
2d948073b2
commit
983fc1cd29
@ -2,7 +2,6 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -17,7 +16,7 @@ in
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.callPackage ./package.nix { inherit inputs; };
|
||||
default = pkgs.callPackage ./package.nix { src = ../server; };
|
||||
description = "The systant package to use";
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user