ma: disable nixpkgs-unstable
This commit is contained in:
parent
89d04e2505
commit
458ee8f5c7
@ -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 New Issue
Block a user