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

@ -33,17 +33,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1650078108, "lastModified": 1650161686,
"narHash": "sha256-DcbBWvbO8o/kKUbJd06goMlltmE2rk0v3flFO9I9U/E=", "narHash": "sha256-70ZWAlOQ9nAZ08OU6WY7n4Ij2kOO199dLfNlvO/+pf8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "66c99f5c6037655e4388091728d9c6b0735d5f8e", "rev": "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "66c99f5c6037655e4388091728d9c6b0735d5f8e",
"type": "github" "type": "github"
} }
}, },
@ -77,11 +77,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1650076354, "lastModified": 1650162887,
"narHash": "sha256-HgHeh+VOuvSBSM7kAORcy4aMJ4LuOiWBegOGSIzi7nI=", "narHash": "sha256-e23LlN7NQGxrsSWNNAjyvrWlZ3kwFSav9kXbayibKWc=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "d154de7dae2da8b52084ddbfe95ce6e5b0ba0a37", "rev": "26b570500cdd7a359526524e9abad341891122a6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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