Skip to content

Commit

Permalink
should break
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Dec 2, 2024
1 parent 7f8c52d commit 30afd27
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 @@ -35,7 +35,7 @@
devShells = forAllSystems (system:
let
pkgs = pkgsFor.${system};
dependency-groups = if pkgs.stdenv.isDarwin then [ "psycopg-c" ] else [ "psycopg-binary" ];
dependency-groups = [ "psycopg-binary" ]; # if pkgs.stdenv.isDarwin then [ "psycopg-c" ] else [ "psycopg-binary" ];
in
rec {
evap = pkgs.callPackage ./nix/shell.nix {
Expand Down

0 comments on commit 30afd27

Please sign in to comment.