Skip to content

Commit

Permalink
Merge pull request nix-community#188 from n8henrie/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Nov 18, 2022
2 parents 41f3518 + 3f53354 commit 02e332e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-generate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let
module = rec {
# ensures that this module has the same key as
# the fromat-module that ships with 'nixos-generatores.nixosModules.*'.
# the fromat-module that ships with 'nixos-generators.nixosModules.*'.
# Thereby, it will be deduplicated by the module system.
_file = ./format-module.nix;
key = _file;
Expand Down

0 comments on commit 02e332e

Please sign in to comment.