1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

flake.nix: Switch to 20.03

This commit is contained in:
Eelco Dolstra 2020-03-20 13:09:11 +01:00
parent 8aa354fdfd
commit 1e6e673eb7
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
edition = 201909;
inputs.nixpkgs.uri = "nixpkgs/release-19.09";
inputs.nixpkgs.uri = "nixpkgs/nixos-20.03-small";
outputs = { self, nixpkgs }:
@ -76,7 +76,7 @@
openssl pkgconfig sqlite
libarchive
boost
(nlohmann_json.override { multipleHeaders = true; })
nlohmann_json
rustc cargo
# Tests