diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 14:31:44 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 14:31:44 +0200 |
| commit | a3f89c484165f4bcf4551c5ba91b14b08a6d41c1 (patch) | |
| tree | b085db853fe149587b6b09087966a6f72651ee55 | |
| parent | 14e7a5ee5a284d4bca2acfdba714eba200629169 (diff) | |
| download | nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.tar nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.tar.gz nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.tar.bz2 nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.tar.xz nixos-a3f89c484165f4bcf4551c5ba91b14b08a6d41c1.zip | |
typo
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; [ |
