nix/home/graphical-fullblown: use virtmanager from master

Currently broken on channel 19.03 thus resorting to including
https://github.com/NixOS/nixpkgs/pull/57385.
This commit is contained in:
steveej 2019-03-31 22:50:58 +02:00
parent ea7574d7aa
commit 563fb4da5f

View file

@ -5,6 +5,7 @@
let
# gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
unstablepkgs = import <channels-nixos-unstable> { config = config.nixpkgs.config; };
masterpkgs = import <nixpkgs-master> { config = config.nixpkgs.config; };
in {
imports = [
@ -145,7 +146,7 @@ in {
gnome3.cheese
# Virtualization
virtmanager
masterpkgs.virtmanager
(pkgs.lib.hiPrio qemu)
# virtualbox
vagrant