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"; name="omo";
torrent = true; torrent = true;
unstable = true; #unstable = true;
home-manager = true; home-manager = true;
} }

View File

@ -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;

View File

@ -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 {