aboutsummaryrefslogtreecommitdiff
path: root/tools.nix
diff options
context:
space:
mode:
authorJoris2018-01-03 17:31:20 +0100
committerJoris2018-01-03 17:31:22 +0100
commita4acc2e84158fa822f88a1d0bdddb470708b5809 (patch)
tree3faeb0128a51b437501470bd38be62e6e871e9f3 /tools.nix
parent49426740e8e0c59040f4f3721a658f225572582b (diff)
downloadbudget-a4acc2e84158fa822f88a1d0bdddb470708b5809.tar.gz
budget-a4acc2e84158fa822f88a1d0bdddb470708b5809.tar.bz2
budget-a4acc2e84158fa822f88a1d0bdddb470708b5809.zip
Modify weelky report and payment search interface
- Add payment balance in weekly report - Show a message and hide pages when the search results in no results - Go to page 1 when the search is updated / erased
Diffstat (limited to 'tools.nix')
-rw-r--r--tools.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools.nix b/tools.nix
index f09ad13..8c7d91f 100644
--- a/tools.nix
+++ b/tools.nix
@@ -7,11 +7,12 @@ with import <nixpkgs> {}; {
cabal-install
tmux
tmuxinator
- (import ./stylish-haskell {
- inherit mkDerivation aeson base bytestring containers directory filepath
- fetchFromGitHub haskell-src-exts mtl syb yaml stylish-haskell strict
- optparse-applicative HUnit test-framework test-framework-hunit stdenv;
- })
+ stylish-haskell
+ # (import ./stylish-haskell {
+ # inherit mkDerivation aeson base bytestring containers directory filepath
+ # fetchFromGitHub haskell-src-exts mtl syb yaml stylish-haskell strict
+ # optparse-applicative HUnit test-framework test-framework-hunit stdenv;
+ # })
];
};
}