1
0
Fork 0

Install more programs

This commit is contained in:
Malte Brandy 2021-03-19 11:59:18 +01:00
parent 2118e54923
commit faacf313b5
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,7 @@ let
in {
laminar = laminarPkgs.laminar;
syncthingNext = unstable.syncthing;
upterm = unstable.upterm;
syncthing = unstable.syncthing;
vimPlugins = unstable.vimPlugins;
fzf = unstable.fzf;

View file

@ -16,7 +16,7 @@ let
haskell-language-server cabal-install dhall taskwarrior pandoc hlint
cabal2nix weeder reflex-dom password optics shh-extras neuron
hspec-discover cabal-edit paths hmatrix postgresql-simple snap
arbtt
arbtt hedgehog nix-derivation
;
iCalendar = overrideCabal (doJailbreak (unmarkBroken p.iCalendar)) {
preConfigure = ''substituteInPlace iCalendar.cabal --replace "network >=2.6 && <2.7" "network -any"'';

View file

@ -45,7 +45,7 @@ self: super: {
inherit (self.pythonPackages) yapf jsbeautifier;
inherit (self)
go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole
nixfmt nixpkgs-fmt rnix-lsp tmate rustup kitty nix-top ghcWithPackages ghcid matrix-commander;
nixfmt nixpkgs-fmt rnix-lsp tmate rustup kitty nix-top ghcWithPackages ghcid matrix-commander upterm;
obelisk = (import self.sources.obelisk { }).command;
};
accounting-pkgs = {