Skip to content

Commit

Permalink
update outdated syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Jun 24, 2023
1 parent 71e9195 commit 3da6990
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions home/programs/helix/languages.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{ pkgs }:
[
{
name = "nix";
formatter = {
command = "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt";
};
}
]
{
language = [
{
name = "nix";
formatter = {
command = "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt";
};
}
];
}

0 comments on commit 3da6990

Please sign in to comment.