Pr/bump versions #22

Merged
steveej merged 22 commits from pr/bump-versions into master 2019-06-19 09:57:28 +00:00
Showing only changes of commit 563fb4da5f - Show all commits

View file

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