notashelf /
7ccb21af79777e31a67a668f2efc18d7be603241
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.gitCommit 7ccb21af7977
tarballunverified3 files changed+6-4
@@ -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": {@@ -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"];@@ -25,6 +25,9 @@ pkgs.mkShell { # System libraries glibc.dev++ # For Tests+ (python313.withPackages (ps: with ps; [matplotlib pyplot numpy])) ]; nativeBuildInputs = with pkgs; [