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:
parent
ea7574d7aa
commit
563fb4da5f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue