This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ledger balance --depth 1 ^Equity:Budget ^Budget \ | |
| tail -n 1 \ | |
| grep --quiet "^ *0 *$" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": { | |
"devenv": { | |
"locked": { | |
"dir": "src/modules", | |
"lastModified": 1675567441, | |
"narHash": "sha256-SGXaZkv/7MTt+iplexU2ZU2yY10G5lFsjGu4Q5j1p44=", | |
"owner": "cachix", | |
"repo": "devenv", | |
"rev": "871faa3fee0f4550074212b3db180e62fa699ab4", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ae12a245b8800e5896657f868e2eebac0449ca26 Mon Sep 17 00:00:00 2001 | |
From: Damien Cassou <[email protected]> | |
Date: Mon, 20 Mar 2023 19:43:49 +0100 | |
Subject: [PATCH] WIP | |
--- | |
modules/programs/borgmatic.nix | 20 +++++++++----------- | |
1 file changed, 9 insertions(+), 11 deletions(-) | |
diff --git a/modules/programs/borgmatic.nix b/modules/programs/borgmatic.nix |
OlderNewer