Loading pkgs/applications/editors/yi/wrapper.nix +7 −5 Original line number Diff line number Diff line # To use this for hacking of your Yi config file, drop into a shell # with env attribute. { lib, stdenv, makeWrapper , haskellPackages , extraPackages ? (s: []) { lib, stdenv, makeWrapper, haskellPackages, extraPackages ? (s: [ ]), }: let yiEnv = haskellPackages.ghcWithPackages (self: [ self.yi ] ++ extraPackages self); yiEnv = haskellPackages.ghcWithPackages (self: [ self.yi ] ++ extraPackages self); in stdenv.mkDerivation { pname = "yi-custom"; Loading Loading
pkgs/applications/editors/yi/wrapper.nix +7 −5 Original line number Diff line number Diff line # To use this for hacking of your Yi config file, drop into a shell # with env attribute. { lib, stdenv, makeWrapper , haskellPackages , extraPackages ? (s: []) { lib, stdenv, makeWrapper, haskellPackages, extraPackages ? (s: [ ]), }: let yiEnv = haskellPackages.ghcWithPackages (self: [ self.yi ] ++ extraPackages self); yiEnv = haskellPackages.ghcWithPackages (self: [ self.yi ] ++ extraPackages self); in stdenv.mkDerivation { pname = "yi-custom"; Loading