ma: disable nixpkgs-unstable

This commit is contained in:
makefu 2022-06-16 23:57:35 +02:00
parent 89d04e2505
commit 458ee8f5c7
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
name="omo";
torrent = true;
unstable = true;
#unstable = true;
home-manager = true;
}

View File

@ -3,7 +3,7 @@
full = true;
python = true;
hw = true;
unstable = true;
# unstable = true;
mic92 = true;
clever_kexec = true;
home-manager = true;

View File

@ -5,7 +5,6 @@
let
prefix = (import ./lib).prefix;
hassdir = "/var/lib/hass";
unstable = import <nixpkgs-unstable> {};
in {