Skip to content

Commit

Permalink
修复了nix模块不可用的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Dessera committed Oct 13, 2024
1 parent 5df1373 commit 19229c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
let
cfg = config.modules.services.cygnus-rs;
cygnus-rs = cygnus-packages.packages.${pkgs.system}.default;
cygnus-rs = cygnus-packages.${pkgs.system}.default;
inherit (lib)
mkOption
mkEnableOption
Expand Down

0 comments on commit 19229c7

Please sign in to comment.