flake: base unstable on master
This commit is contained in:
parent
8b37f63b2c
commit
e9be8e5f5e
@ -63,18 +63,18 @@
|
|||||||
},
|
},
|
||||||
"unstable": {
|
"unstable": {
|
||||||
"info": {
|
"info": {
|
||||||
"lastModified": 1591465133,
|
"lastModified": 1594272386,
|
||||||
"narHash": "sha256-HdXyiHl8TumxQZhs2/DCSnqbi1GnvqXaZlsJneGf0g0="
|
"narHash": "sha256-oY7Hodg512HBKbehbv6u5mj2d34qyg/SQWSZmKm+sWA="
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "029a5de08390bb03c3f44230b064fd1850c6658a",
|
"rev": "12e255f39596b401c68711139733612fc9c52d61",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"id": "nixpkgs",
|
||||||
"ref": "nixos-unstable",
|
"ref": "master",
|
||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
description = "A highly structured configuration database.";
|
description = "A highly structured configuration database.";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/release-20.03";
|
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";
|
inputs.home.url = "github:rycee/home-manager/bqv-flakes";
|
||||||
|
|
||||||
outputs = inputs@{ self, home, nixpkgs, unstable }:
|
outputs = inputs@{ self, home, nixpkgs, unstable }:
|
||||||
|
Loading…
Reference in New Issue
Block a user