steveej-laptop: libvirt and nix from nixos-unstable
This commit is contained in:
parent
66a963a210
commit
25c215ebcc
2 changed files with 4 additions and 1 deletions
|
@ -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 ++ [
|
||||
|
|
|
@ -23,7 +23,7 @@ rec {
|
|||
nix.daemonNiceLevel = 19;
|
||||
nix.daemonIONiceLevel = 7;
|
||||
|
||||
nix.package = pkgs.nixUnstable;
|
||||
nix.package = unstablepkgs.nixStable;
|
||||
|
||||
nix.useSandbox = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue