Skip to content

Commit

Permalink
wrong flake
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Oct 28, 2024
1 parent 99a00eb commit 69b36fa
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 @@ -23,7 +23,7 @@
devShells = forAllSystems (system:
let
pkgs = pkgsFor.${system};
extras = lib.optionals (!pkgs.stdenv.isDarwin) [ "psycopg-binary" ];
extras = if pkgs.stdenv.isDarwin then [ "psycopg-c" ] else [ "psycopg-binary" ];
in
rec {
evap = pkgs.callPackage ./nix/shell.nix {
Expand Down

0 comments on commit 69b36fa

Please sign in to comment.