krebs.build.profile: fix type

This commit is contained in:
tv 2021-11-07 21:19:09 +01:00
parent 2fccbc483d
commit 85604f02df

View File

@ -10,7 +10,7 @@ with import <stockholm/lib>;
}; };
profile = mkOption { profile = mkOption {
type = types.absolute-path; type = types.absolute-pathname;
default = "/nix/var/nix/profiles/system"; default = "/nix/var/nix/profiles/system";
}; };