diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-23 00:18:05 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-23 00:18:05 +0100 |
commit | 40438610e11cc489c01f5657795a715bc5c0dc09 (patch) | |
tree | dc7b5cda2122a119a6f80876d6afc73cfbdab96a /users | |
parent | 55e9a5760b3418cc2299ee88c94640d1f0663994 (diff) | |
download | nixos-40438610e11cc489c01f5657795a715bc5c0dc09.tar nixos-40438610e11cc489c01f5657795a715bc5c0dc09.tar.gz nixos-40438610e11cc489c01f5657795a715bc5c0dc09.tar.bz2 nixos-40438610e11cc489c01f5657795a715bc5c0dc09.tar.xz nixos-40438610e11cc489c01f5657795a715bc5c0dc09.zip |
rename libfinity with daemon
Diffstat (limited to 'users')
-rw-r--r-- | users/gkleen@ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen@ymir.nix b/users/gkleen@ymir.nix index 363dce9a..047cb8b0 100644 --- a/users/gkleen@ymir.nix +++ b/users/gkleen@ymir.nix | |||
@@ -1,5 +1,5 @@ | |||
1 | { | 1 | { |
2 | packageOverrides = pkgs: rec { | 2 | packageOverrides = pkgs: rec { |
3 | libinfinity = pkgs.libinfinity.override { daemon = true }; | 3 | infinoted = pkgs.libinfinity.override { daemon = true }; |
4 | } // (import ../utils/nix/default.nix) {}; | 4 | } // (import ../utils/nix/default.nix) {}; |
5 | } | 5 | } |