Skip to content

Commit

Permalink
fix: location option on NixOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Feb 15, 2024
1 parent 484b502 commit 8510819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
[
{
options = let
inherit (pkgs.lib) mkOption types;
inherit (pkgs.lib) mkAfter mkOption types;
in {
dotfiles = {
username = mkOption {
Expand All @@ -62,7 +62,7 @@
description = "The desktop environment to use";
};
};
location = {
location = mkAfter {
latitude = mkOption {
type = types.nullOr types.float;
};
Expand Down

0 comments on commit 8510819

Please sign in to comment.