commit 4392dcc1ecbcd717191c7de85fa451944152443b
parent 75b94b133540b9a6c07ebee086ae4169fa74ac8a
Author: mtmn <miro@haravara.org>
Date: Thu, 11 Jun 2026 23:28:15 +0200
nix: update flakes, etc.
Diffstat:
4 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -88,11 +88,11 @@
]
},
"locked": {
- "lastModified": 1780894562,
- "narHash": "sha256-c3430xwxwhHipl3jigUGMMBfpaMylDqytW/kdmB3ZGs=",
+ "lastModified": 1781152676,
+ "narHash": "sha256-RxWs5ND31KzTG7wvMM+PMfUjyNpmIEr999lqNARaM5o=",
"owner": "nix-community",
"repo": "disko",
- "rev": "24fed06cac83bcc44ac8efbb57cab1a82fa0bedc",
+ "rev": "ff8702b4de27f72b4c78573dfb89ec74e36abdf1",
"type": "github"
},
"original": {
@@ -162,11 +162,11 @@
]
},
"locked": {
- "lastModified": 1781064232,
- "narHash": "sha256-+7cIaqM6ucKf5fDyMnkwehxG8tBdaU51TZOMtxacXmI=",
+ "lastModified": 1781189114,
+ "narHash": "sha256-5inaamLgUMWy+MOBE9ChF9QAF1o/74LFuHkI0W/9rqc=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "1ffdc28076a1809ee7c0cf08f06af18f31c480cd",
+ "rev": "486595d2cf49cfcd649b58a284fa11ac0e34da22",
"type": "github"
},
"original": {
@@ -248,11 +248,11 @@
},
"nixpkgs_3": {
"locked": {
- "lastModified": 1780930886,
- "narHash": "sha256-rppURzHviaQN131F+nLiLdGfcb0uCd9gGP0E5+iw9MI=",
+ "lastModified": 1781141223,
+ "narHash": "sha256-Eye4UQJjC4TLobclolFCMl6MrjgiF6Bk1cOI5x8SH00=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "8c3cede7ddc26bd659d2d383b5610efbd2c7a16e",
+ "rev": "b503dde361500433ca25a32e8f4d218bf58fb659",
"type": "github"
},
"original": {
diff --git a/home.nix b/home.nix
@@ -42,7 +42,6 @@
"obsidian"
"xnviewmp"
"tarsnap"
- "claude-code"
];
nix = {
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -81,6 +81,7 @@
soundtouch
imagemagick
exiftool
+ rubberband
];
build = [
@@ -120,13 +121,12 @@
nixd
nvd
lorri
- attic-client
cachix
];
beam = lib.concatLists [
(with beamMinimal28Packages; [rebar3 erlang erlang-language-platform])
- # [gleam]
+ [gleam]
];
javascript = lib.concatLists [
@@ -161,7 +161,6 @@
ollama
codex
opencode
- claude-code
];
other = [
diff --git a/hosts/void/overlays/config/shell/rc/void b/hosts/void/overlays/config/shell/rc/void
Binary files differ.