krebs.build.profile: fix type
This commit is contained in:
parent
2fccbc483d
commit
85604f02df
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user