environments with direnv and vm based config tests #9

Merged
steveej merged 30 commits from staging into master 2018-10-28 10:27:39 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 25c215ebcc - Show all commits

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;