diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-23 00:12:07 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-23 00:12:07 +0100 |
| commit | 55e9a5760b3418cc2299ee88c94640d1f0663994 (patch) | |
| tree | f5c2ec7567ef48a5cfdb476946f1904510f0502e /users | |
| parent | 3f3545f1ce1ec787ce0cd413135b8fdeaf018d38 (diff) | |
| download | nixos-55e9a5760b3418cc2299ee88c94640d1f0663994.tar nixos-55e9a5760b3418cc2299ee88c94640d1f0663994.tar.gz nixos-55e9a5760b3418cc2299ee88c94640d1f0663994.tar.bz2 nixos-55e9a5760b3418cc2299ee88c94640d1f0663994.tar.xz nixos-55e9a5760b3418cc2299ee88c94640d1f0663994.zip | |
Build libinfinity server on ymir
Diffstat (limited to 'users')
| -rw-r--r-- | users/gkleen@ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/gkleen@ymir.nix b/users/gkleen@ymir.nix index 79a121fc..363dce9a 100644 --- a/users/gkleen@ymir.nix +++ b/users/gkleen@ymir.nix | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | { | 1 | { |
| 2 | packageOverrides = pkgs: rec { | 2 | packageOverrides = pkgs: rec { |
| 3 | libinfinity = pkgs.libinfinity.override { daemon = true }; | ||
| 3 | } // (import ../utils/nix/default.nix) {}; | 4 | } // (import ../utils/nix/default.nix) {}; |
| 4 | } | 5 | } |
