From 30afd2763396040c25edd7d89168df6a817cb42b Mon Sep 17 00:00:00 2001 From: Niklas Mohrin Date: Mon, 2 Dec 2024 18:30:48 +0100 Subject: [PATCH] should break --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bf6c900bd..a71fb8d9e 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {