summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 14:31:44 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 14:31:44 +0200
commita3f89c484165f4bcf4551c5ba91b14b08a6d41c1 (patch)
treeb085db853fe149587b6b09087966a6f72651ee55
parent14e7a5ee5a284d4bca2acfdba714eba200629169 (diff)
downloadnixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.tar
nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.tar.gz
nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.tar.bz2
nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.tar.xz
nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.zip
typo
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index cb798ab6..aa339398 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -53,7 +53,7 @@ in rec {
53 53
54 inherit (pkgs.callPackage ./custom/thermoprint {}) thermoprint-server thermoprint-webgui tprint; 54 inherit (pkgs.callPackage ./custom/thermoprint {}) thermoprint-server thermoprint-webgui tprint;
55 55
56 inherit pkgs.haskellPackages.trivmix; 56 inherit (pkgs.haskellPackages) trivmix;
57 }; 57 };
58 58
59 environment.systemPackages = with pkgs; [ 59 environment.systemPackages = with pkgs; [