go back to mainline nixos-unstable now that buildRustCrate fix is merged, and update

This commit is contained in:
xenofem 2022-04-17 15:03:54 -04:00
parent 9fa4942e9b
commit cd2e4b04ca
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
description = "Better web UI for COVID wastewater data";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/66c99f5c6037655e4388091728d9c6b0735d5f8e";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
utils.url = "github:numtide/flake-utils";
rust-overlay.url = "github:oxalica/rust-overlay";
crate2nix = {