about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/nixos.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/nixos.nix b/ops/nixos.nix
index 291413c5b5..720e792333 100644
--- a/ops/nixos.nix
+++ b/ops/nixos.nix
@@ -8,8 +8,8 @@ in rec {
     # Ensure that pkgs == third_party.nix
     nixpkgs.pkgs = depot.third_party.nixpkgs;
     nix.nixPath = [
-      "nixos=${pkgs.path}"
-      "nixpkgs=${pkgs.path}"
+      ("nixos=" + pkgs.path)
+      ("nixpkgs=" + pkgs.path)
     ];
   };