X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=default.nix;h=1f50aa365046a18e29ceff3fdf665837d9afe0ae;hb=39256be8fcb3de9cb5626f86a67a309536be2b37;hp=ad9bca7f2a6876ac98063d529db8dffdd513687d;hpb=fcf18de4a44fcc496837fbb6eedcc01e5f6eb680;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/default.nix b/default.nix index ad9bca7..1f50aa3 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,5 @@ -with import ./libs.nix; with import {}; +with import ./libs.nix { nixpkgs = import {}; }; let mypkgs = {}; @@ -547,6 +547,10 @@ let install -Dm644 "$src/config" -t "$out/etc/telegramircd/" ''; }; + + mypkgs.lesspipe = lesspipe.overrideAttrs(old: { + configureFlags = (old.configureFlags or []) ++ [ "--yes" ]; + }); # https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks in @@ -596,6 +600,13 @@ in stgit = gitAndTools.stgit; inherit bundix; bower2nix = nodePackages.bower2nix; - # todo: unrar, unzip + inherit firefox; + inherit jq; + inherit lzo unzip bzip2 p7zip xz; + # unrar is unfree + inherit tig; #inherit nixos; + inherit emacs26-nox; + inherit highlight sourceHighlight; + pygmentize = python3Packages.pygments; }