summaryrefslogtreecommitdiffstats
path: root/2configs/lanparty/lancache.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/lanparty/lancache.nix')
-rw-r--r--2configs/lanparty/lancache.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/lanparty/lancache.nix b/2configs/lanparty/lancache.nix
index bcacf2e15..a0c30016b 100644
--- a/2configs/lanparty/lancache.nix
+++ b/2configs/lanparty/lancache.nix
@@ -1,5 +1,5 @@
{ pkgs, lib, config, ... }:
-with import <stockholm/lib>;
+with pkgs.stockholm.lib;
let
# see https://github.com/zeropingheroes/lancache for full docs
lancache= pkgs.stdenv.mkDerivation rec {