summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/worlddomination.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-06-11 10:47:31 +0200
committerlassulus <git@lassul.us>2023-06-11 16:50:45 +0200
commit67823348fc9b50dd1cfb5cd0ed67b3194365effc (patch)
tree0307f5690f93b26ee35ebdca355912f00afa11f2 /krebs/2configs/shack/worlddomination.nix
parent0df7c346705957a29136bd5802a4a0ef38cc3b52 (diff)
configs: reference stockholm by relative pathflakeify
Diffstat (limited to 'krebs/2configs/shack/worlddomination.nix')
-rw-r--r--krebs/2configs/shack/worlddomination.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/shack/worlddomination.nix b/krebs/2configs/shack/worlddomination.nix
index e339d317..717f2481 100644
--- a/krebs/2configs/shack/worlddomination.nix
+++ b/krebs/2configs/shack/worlddomination.nix
@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
-with import <stockholm/lib>;
+with import ../../../lib/lib.nix { inherit lib; };
let
pkg = pkgs.stdenv.mkDerivation {
name = "worlddomination-2020-12-01";