Skip to content

Commit

Permalink
fix: rename import to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwjackson committed May 20, 2024
1 parent 8023a1e commit c3cc672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/default/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{...}: {
import = [
imports = [
../tmesh
];
}

0 comments on commit c3cc672

Please sign in to comment.