summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 20:16:44 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-17 20:16:44 +0200
commit2e1e618cec51e70c059796906e3a1b32c3fdcb86 (patch)
tree1bb36f36914b83d67df43633c52a1c445e4e9ff6 /bragi.nix
parent2fb55a784d0450d06ff12705d002456c41508400 (diff)
downloadnixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.tar
nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.tar.gz
nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.tar.bz2
nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.tar.xz
nixos-2e1e618cec51e70c059796906e3a1b32c3fdcb86.zip
we need the correct filename
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 0a7ca26e..50f71dc3 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -275,7 +275,7 @@ in rec {
275 home = "/var/lib/thermoprint"; 275 home = "/var/lib/thermoprint";
276 }; 276 };
277 277
278 environment.etc."thermoprint-server/config.hs" = { 278 environment.etc."thermoprint-server/thermoprint-server.hs" = {
279 text = '' 279 text = ''
280 {-# LANGUAGE OverloadedStrings #-} 280 {-# LANGUAGE OverloadedStrings #-}
281 {-# LANGUAGE ImpredicativeTypes #-} 281 {-# LANGUAGE ImpredicativeTypes #-}