switch to nixos-unstable

This commit is contained in:
DavHau 2021-05-23 13:00:23 +07:00
parent f7fbf74ee0
commit 038f820668
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
description = "Create highly reproducible python environments";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.pypi-deps-db = {
url = "github:DavHau/pypi-deps-db";
flake = false;

View file

@ -17,16 +17,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1621630417,
"narHash": "sha256-hf536Su7WmOILZMmMuvi6/WsfNTsDAA9TcRwNcxXA1A=",
"lastModified": 1621640932,
"narHash": "sha256-fXJ+OdiqSzdjFU+wkAciws+m5pEhFjFjjZmCLE6DpO4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1f7155200fa1eb752054e2c9062bfdeb023e8098",
"rev": "9971c5d1a40d4e9ff8159ec6595cb9e91da7d438",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-20.09",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}