diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 18:19:13 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 18:19:13 +0100 |
| commit | a9a1d25d590eccfe432bfe1a924bf0a88044939e (patch) | |
| tree | 55e82e22a8fe1455215fd14a3f1a53ed2da81933 | |
| parent | 52797afa123b420e48570c89ea45bb04d1908734 (diff) | |
| download | nixos-a9a1d25d590eccfe432bfe1a924bf0a88044939e.tar nixos-a9a1d25d590eccfe432bfe1a924bf0a88044939e.tar.gz nixos-a9a1d25d590eccfe432bfe1a924bf0a88044939e.tar.bz2 nixos-a9a1d25d590eccfe432bfe1a924bf0a88044939e.tar.xz nixos-a9a1d25d590eccfe432bfe1a924bf0a88044939e.zip | |
Use proper arguments
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -701,7 +701,7 @@ in rec { | |||
| 701 | enable = true; | 701 | enable = true; |
| 702 | package = pkgs.lib.overrideDerivation (pkgs.libinfinity.override { daemon = true; }) (oldAttrs: { | 702 | package = pkgs.lib.overrideDerivation (pkgs.libinfinity.override { daemon = true; }) (oldAttrs: { |
| 703 | src = pkgs.fetchFromGitHub { | 703 | src = pkgs.fetchFromGitHub { |
| 704 | user = "gobby"; | 704 | owner = "gobby"; |
| 705 | repo = "libinfinity"; | 705 | repo = "libinfinity"; |
| 706 | rev = "6c461a34568d40dc1cfcaa6863817e70101873c8"; | 706 | rev = "6c461a34568d40dc1cfcaa6863817e70101873c8"; |
| 707 | sha256 = "1jz9m16aw01z2w1ba9jkq8vr9yyx9yxm63jl6k5vsbp5jdk4xh0l"; | 707 | sha256 = "1jz9m16aw01z2w1ba9jkq8vr9yyx9yxm63jl6k5vsbp5jdk4xh0l"; |
