Skip to content

Commit

Permalink
fix: lockfile is a path, not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesquembre committed Sep 9, 2024
1 parent 9f3decd commit 1132f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/top-level.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let types = lib.types; in

lockfile = lib.mkOption {
default = null;
type = types.nullOr types.str;
type = types.nullOr types.path;
description = lib.mdDoc "The lock file";
};

Expand Down

0 comments on commit 1132f09

Please sign in to comment.