style: Reformatted flake.nix.

This commit is contained in:
Spencer Brower
2024-04-04 12:06:52 -04:00
parent 83d2ed54be
commit fa87bbc895

View File

@@ -11,7 +11,8 @@
outputs = { bp, self, nixpkgs }:
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in {
in
{
devShells.x86_64-linux.default = pkgs.mkShell {
buildInputs = with pkgs; [
nodejs