fixes
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
homepage = "https://creativeprojects.github.io/resticprofile/";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = [ ];
|
||||
mainProgram = "resticprofile";
|
||||
};
|
||||
};
|
||||
in {
|
||||
@@ -52,7 +53,7 @@
|
||||
config = lib.mkIf cfg.enable (
|
||||
let
|
||||
resticprofilePackage = lib.mkDefault
|
||||
inputs.self.packages.${pkgs.system}.resticprofile;
|
||||
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.resticprofile;
|
||||
resticprofileBin = lib.getExe cfg.package;
|
||||
rpScript = pkgs.writeShellScriptBin "rp" ''
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user