summary refs log tree commit diff
path: root/img/app/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'img/app/shell.nix')
-rw-r--r--img/app/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/app/shell.nix b/img/app/shell.nix
index 7a323aa..9fe6031 100644
--- a/img/app/shell.nix
+++ b/img/app/shell.nix
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: MIT
 # SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
 
-import ../../nix/eval-config.nix (
+import ../../lib/eval-config.nix (
 { config, run ? ../../vm/app/catgirl.nix, ... }:
 
 with config.pkgs;