flake: base unstable on master
This commit is contained in:
parent
8b37f63b2c
commit
e9be8e5f5e
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 }:
|
||||
|
|
Loading…
Reference in a new issue