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:
parent
8aa354fdfd
commit
1e6e673eb7
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue