Skip to content

Commit

Permalink
ggRevert "Use Nixpkgs 20.03"
Browse files Browse the repository at this point in the history
This reverts commit 5921ca8.
  • Loading branch information
edolstra committed Feb 18, 2020
1 parent edee616 commit dd032f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -3,7 +3,7 @@

edition = 201909;

inputs.nixpkgs.uri = "nixpkgs/release-20.03";
inputs.nixpkgs.uri = "nixpkgs/release-19.09";

outputs = { self, nixpkgs }:

Expand Down Expand Up @@ -72,7 +72,7 @@
openssl pkgconfig sqlite
libarchive
boost
nlohmann_json
(nlohmann_json.override { multipleHeaders = true; })
rustc cargo

# Tests
Expand Down

0 comments on commit dd032f6

Please sign in to comment.