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