about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-18 21:11:33 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-18 21:11:33 +0100
commit06525e14f62eae8d11185586c5a01e80b65e71d0 (patch)
tree2b4a61219e6941af72bf1b9f89621f82cfe9c819 /machines
parent915e56fb4453b0701a423b0c96fb145318162ffd (diff)
machines/tishtushi: Fix evaluation error.
Regression is from 012fc8e4f399af06ab013ba136fe1d2cffb913f1.

We have renamed the package, so let's put in the right attribute path.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/tishtushi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index cb12ae72..9e674709 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -15,7 +15,7 @@ in {
       trimVer = ver: take 2 (splitString "." (replaceChars ["-"] ["."] ver));
       tooOld = trimVer linux_latest.version == trimVer linux_testing.version;
       origKernel = if tooOld then linux_latest else linux_testing;
-      bfqsched = vuizvuiKernelPatches.bfqsched // {
+      bfqsched = pkgs.vuizvui.kernelPatches.bfqsched // {
         extraConfig = ''
           IOSCHED_BFQ y
           CGROUP_BFQIO y