flake: base unstable on master

This commit is contained in:
Timothy DeHerrera 2020-07-09 00:04:42 -06:00
parent 8b37f63b2c
commit e9be8e5f5e
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
2 changed files with 5 additions and 5 deletions

View File

@ -63,18 +63,18 @@
},
"unstable": {
"info": {
"lastModified": 1591465133,
"narHash": "sha256-HdXyiHl8TumxQZhs2/DCSnqbi1GnvqXaZlsJneGf0g0="
"lastModified": 1594272386,
"narHash": "sha256-oY7Hodg512HBKbehbv6u5mj2d34qyg/SQWSZmKm+sWA="
},
"locked": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "029a5de08390bb03c3f44230b064fd1850c6658a",
"rev": "12e255f39596b401c68711139733612fc9c52d61",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"ref": "master",
"type": "indirect"
}
}

View File

@ -2,7 +2,7 @@
description = "A highly structured configuration database.";
inputs.nixpkgs.url = "nixpkgs/release-20.03";
inputs.unstable.url = "nixpkgs/nixos-unstable";
inputs.unstable.url = "nixpkgs/master";
inputs.home.url = "github:rycee/home-manager/bqv-flakes";
outputs = inputs@{ self, home, nixpkgs, unstable }: