diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-16 13:05:16 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-16 13:05:16 +0200 |
| commit | f8d562c8267635fe3a82b404f46626472ec34283 (patch) | |
| tree | a0140eea0b0fbbba0caefdc3cb7eadc802e947cf | |
| parent | fd2b4af7ad2dfd125bc3eac2c91cc8390462c322 (diff) | |
| download | nixos-f8d562c8267635fe3a82b404f46626472ec34283.tar nixos-f8d562c8267635fe3a82b404f46626472ec34283.tar.gz nixos-f8d562c8267635fe3a82b404f46626472ec34283.tar.bz2 nixos-f8d562c8267635fe3a82b404f46626472ec34283.tar.xz nixos-f8d562c8267635fe3a82b404f46626472ec34283.zip | |
…
| -rw-r--r-- | bragi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -83,7 +83,7 @@ in rec { | |||
| 83 | }; | 83 | }; |
| 84 | 84 | ||
| 85 | nixpkgs.config = { | 85 | nixpkgs.config = { |
| 86 | packageOverrides = pkgs: with pkgs; { | 86 | packageOverrides = oldPkgs: with oldPkgs; { |
| 87 | haskellPackages = haskellPackages.override { | 87 | haskellPackages = haskellPackages.override { |
| 88 | overrides = self: super: with super; { | 88 | overrides = self: super: with super; { |
| 89 | encoding = haskell.lib.overrideCabal encoding ( oldAttrs: { | 89 | encoding = haskell.lib.overrideCabal encoding ( oldAttrs: { |
| @@ -103,7 +103,7 @@ in rec { | |||
| 103 | 103 | ||
| 104 | mpd = mpd.override { gmeSupport = false; pulseaudioSupport = false; }; | 104 | mpd = mpd.override { gmeSupport = false; pulseaudioSupport = false; }; |
| 105 | 105 | ||
| 106 | inherit (haskellPackages) trivmix thermoprint-server thermoprint-webgui tprint; | 106 | inherit (pkgs.haskellPackages) trivmix thermoprint-server thermoprint-webgui tprint; |
| 107 | }; | 107 | }; |
| 108 | 108 | ||
| 109 | allowUnfree = true; | 109 | allowUnfree = true; |
