nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 79f6dcaa5db0bbfe63853c29f87f188bacddfd67
parent 96d52567daa560c5a4b8ec422911c834a8778570
Author: mtmn <miro@haravara.org>
Date:   Wed, 29 Apr 2026 23:56:26 +0200

chore: pkgs, filestash cleanup

Diffstat:
Mhosts/void/default.nix | 6++++--
Mmodules/services/filestash.nix | 0
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -181,8 +181,10 @@ compiler.ghc914 ] ++ (with haskellPackages; [ - Cabal_3_16_1_0 - stack + cabal-install + hlint + fourmolu + haskell-language-server ]); lua = diff --git a/modules/services/filestash.nix b/modules/services/filestash.nix Binary files differ.