Skip to content

Commit

Permalink
some additions to flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
RTUnreal committed May 16, 2024
1 parent 69096d6 commit 320e232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
alejandra.enable = true;
rustfmt.enable = true;
deadnix.enable = true;
mix-format.enable = true;
};
settings.formatter.alejandra.excludes = ["2configs/vscode/extensions.nix"];
}));
Expand All @@ -36,6 +37,7 @@
pkgs.elixir_1_16
pkgs.cargo
pkgs.netcat
pkgs.enochecker-test
pkgs.curl
];
shellHook = ''
Expand Down

0 comments on commit 320e232

Please sign in to comment.