brewery
notashelf /
7ccb21af79777e31a67a668f2efc18d7be603241

chroma

public

Lightweight wallpaper daemon for Wayland

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.git

Commit 7ccb21af7977

tarball

NotAShelf <raf@notashelf.dev> · 2026-01-31 12:15 UTC

unverified3 files changed+6-4
nix: bump inputs

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I1889ab776432fbbbaa228a09c8acf4286a6a6964
diff --git a/flake.lock b/flake.lockindex 6967c23..9e0cbd1 100644--- a/flake.lock+++ b/flake.lock@@ -2,11 +2,11 @@   "nodes": {     "nixpkgs": {       "locked": {-        "lastModified": 1759155593,-        "narHash": "sha256-potIJyEY7ExgfiMzr44/KBODFednyzRUAE2vs4aThHs=",+        "lastModified": 1767428044,+        "narHash": "sha256-w28Bmw3xM8NIva6RirQxcRE/PajQwGcSCgtrOQmLlE4=",         "owner": "NixOS",         "repo": "nixpkgs",-        "rev": "13ca7febc86978bdb67c0ae94f568b189ae84eef",+        "rev": "6ff4ad3ef7624ff9cddbee962b1d1852e7fa6f40",         "type": "github"       },       "original": {diff --git a/flake.nix b/flake.nixindex 42d5d3f..f8cc0cb 100644--- a/flake.nix+++ b/flake.nix@@ -1,6 +1,5 @@ {   description = "Wayland Wallpaper Daemon";-   inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref?nixos-unstable";   outputs = {nixpkgs, ...}: let     systems = ["x86_64-linux" "aarch64-linux"];diff --git a/shell.nix b/shell.nixindex 54e94ef..987fb41 100644--- a/shell.nix+++ b/shell.nix@@ -25,6 +25,9 @@ pkgs.mkShell {      # System libraries     glibc.dev++    # For Tests+    (python313.withPackages (ps: with ps; [matplotlib pyplot numpy]))   ];    nativeBuildInputs = with pkgs; [