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
|
let
|
||||||
gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
|
gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
|
||||||
|
unstablepkgs = import <nixos-unstable> {};
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -23,6 +24,8 @@ in
|
||||||
# };
|
# };
|
||||||
# });
|
# });
|
||||||
|
|
||||||
|
libvirt = unstablepkgs.libvirt;
|
||||||
|
|
||||||
myLinuxPackages = pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor
|
myLinuxPackages = pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor
|
||||||
(pkgs.linux_latest.override {
|
(pkgs.linux_latest.override {
|
||||||
kernelPatches = pkgs.linux_latest.kernelPatches ++ [
|
kernelPatches = pkgs.linux_latest.kernelPatches ++ [
|
||||||
|
|
|
@ -23,7 +23,7 @@ rec {
|
||||||
nix.daemonNiceLevel = 19;
|
nix.daemonNiceLevel = 19;
|
||||||
nix.daemonIONiceLevel = 7;
|
nix.daemonIONiceLevel = 7;
|
||||||
|
|
||||||
nix.package = pkgs.nixUnstable;
|
nix.package = unstablepkgs.nixStable;
|
||||||
|
|
||||||
nix.useSandbox = true;
|
nix.useSandbox = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue