Skip to content

Commit

Permalink
Fix add autoconf buildInput to nix flake and clean up formatting a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguida committed Nov 8, 2023
1 parent 9c050d6 commit 87f0ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

formatter = pkgs.nixpkgs-fmt;
devShell = pkgs.mkShell {
buildInputs = [ pkgs.gcc pkgs.pkg-config pkgs.libev pkgs.libevdev pkgs.curl pkgs.sqlite pkgs.bind pkgs.autoconf-archive pkgs.libtool pkgs.automake pkgs.git ];
buildInputs = with pkgs; [ gcc pkg-config libev libevdev curl sqlite bind autoconf autoconf-archive libtool automake git ];
};
}
);
Expand Down

0 comments on commit 87f0ec9

Please sign in to comment.