about summary refs log tree commit diff
path: root/machines/profpatsch/legosi.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-19 11:25:36 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-19 11:25:36 +0200
commit6a51c6c732593dce3e89c65e84feddbaa0639af3 (patch)
tree778afb79933d529247c32092f0621ea55c9074a6 /machines/profpatsch/legosi.nix
parent6f854be4bc645956ec47a28067f65fdeb950ea1d (diff)
machines/legosi: fix nixPath even better
Diffstat (limited to 'machines/profpatsch/legosi.nix')
-rw-r--r--machines/profpatsch/legosi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index 54b3035d..622aad13 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -20,7 +20,7 @@ in {
       "vuizvui=/root/vuizvui"
       "nixpkgs=/root/nixpkgs"
       # todo: nicer?
-      "nixos-config=${pkgs.writetext "legosi-configuration.nix" ''
+      "nixos-config=${pkgs.writeText "legosi-configuration.nix" ''
         (import <vuizvui/machines>).profpatsch.legosi.config
       ''}"
     ];