ma: disable nixpkgs-unstable
This commit is contained in:
parent
b8d67b60b9
commit
7ddedec41a
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
name="omo";
|
name="omo";
|
||||||
torrent = true;
|
torrent = true;
|
||||||
unstable = true;
|
#unstable = true;
|
||||||
home-manager = true;
|
home-manager = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
full = true;
|
full = true;
|
||||||
python = true;
|
python = true;
|
||||||
hw = true;
|
hw = true;
|
||||||
unstable = true;
|
# unstable = true;
|
||||||
mic92 = true;
|
mic92 = true;
|
||||||
clever_kexec = true;
|
clever_kexec = true;
|
||||||
home-manager = true;
|
home-manager = true;
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
let
|
let
|
||||||
prefix = (import ./lib).prefix;
|
prefix = (import ./lib).prefix;
|
||||||
hassdir = "/var/lib/hass";
|
hassdir = "/var/lib/hass";
|
||||||
unstable = import <nixpkgs-unstable> {};
|
|
||||||
|
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue