about summary refs log tree commit diff
path: root/users/grfn/system/system/iso.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/system/iso.nix')
-rw-r--r--users/grfn/system/system/iso.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/grfn/system/system/iso.nix b/users/grfn/system/system/iso.nix
index 92a13f6552..9fa8e7ec7e 100644
--- a/users/grfn/system/system/iso.nix
+++ b/users/grfn/system/system/iso.nix
@@ -3,8 +3,8 @@
 let
   configuration = { ... }: {
     imports = [
-      "${pkgs.path}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
-      "${pkgs.path}/nixos/modules/installer/cd-dvd/channel.nix"
+      (pkgs.path + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
+      (pkgs.path + "/nixos/modules/installer/cd-dvd/channel.nix")
     ];
 
     networking.networkmanager.enable = true;