Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed May 8, 2024
1 parent 61f104f commit 3845686
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 26 deletions.
67 changes: 43 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
url = "github:edgedb/packages-nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
inputs.fenix.follows = "fenix";
};
};

Expand All @@ -30,8 +31,7 @@

# needed for tests
edgedb.packages.${system}.edgedb-server

# TODO: also install edgedb-cli, needed for tests
edgedb.packages.${system}.edgedb-cli
]
++ pkgs.lib.optional pkgs.stdenv.isDarwin [
pkgs.libiconv
Expand Down

0 comments on commit 3845686

Please sign in to comment.