diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-31 15:20:34 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-31 15:20:34 +0200 |
| commit | cdca3511bfb11fbe5d58007a45c165d25c6fbf7d (patch) | |
| tree | 6036ffb27a58ba48c405e38d47ca57114a74fc30 | |
| parent | 72c8872f4ea1d029f35fbb34deb75c1be350f796 (diff) | |
| download | nixos-cdca3511bfb11fbe5d58007a45c165d25c6fbf7d.tar nixos-cdca3511bfb11fbe5d58007a45c165d25c6fbf7d.tar.gz nixos-cdca3511bfb11fbe5d58007a45c165d25c6fbf7d.tar.bz2 nixos-cdca3511bfb11fbe5d58007a45c165d25c6fbf7d.tar.xz nixos-cdca3511bfb11fbe5d58007a45c165d25c6fbf7d.zip | |
filelock
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -36,7 +36,7 @@ in rec { | |||
| 36 | trivmix = callPackage ./custom/trivmix {}; | 36 | trivmix = callPackage ./custom/trivmix {}; |
| 37 | inherit | 37 | inherit |
| 38 | (lib.mapAttrs (name: pkgs.haskell.lib.dontCheck) super) | 38 | (lib.mapAttrs (name: pkgs.haskell.lib.dontCheck) super) |
| 39 | Glob; | 39 | Glob filelock; |
| 40 | inherit | 40 | inherit |
| 41 | (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) | 41 | (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) |
| 42 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; | 42 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; |
