steveej-laptop: libvirt and nix from nixos-unstable

This commit is contained in:
steveej 2018-09-16 18:28:38 +02:00
parent 66a963a210
commit 25c215ebcc
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@
let
gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
unstablepkgs = import <nixos-unstable> {};
in
{
@ -23,6 +24,8 @@ in
# };
# });
libvirt = unstablepkgs.libvirt;
myLinuxPackages = pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor
(pkgs.linux_latest.override {
kernelPatches = pkgs.linux_latest.kernelPatches ++ [

View file

@ -23,7 +23,7 @@ rec {
nix.daemonNiceLevel = 19;
nix.daemonIONiceLevel = 7;
nix.package = pkgs.nixUnstable;
nix.package = unstablepkgs.nixStable;
nix.useSandbox = true;