A small utility to inhibit idle on wayland for mpris clients
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove useFetchCargoVendor

Ben C 8f488b4b 0195d10e

+6 -7
+6 -6
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1739191238, 11 - "narHash": "sha256-DRuhQDWscKWXAZcatFDLQ0+pMKmGZ9lEZdxygq8rVSU=", 10 + "lastModified": 1753102454, 11 + "narHash": "sha256-BG8VtSW9F24bwfDjF8voxolecogiHKS9WC3EEOakGn0=", 12 12 "owner": "nix-community", 13 13 "repo": "flakelight", 14 - "rev": "5656e7f5fda93676642d199fd9eb47b970d6139e", 14 + "rev": "5438c55301ab0811214f918fd16a7f6aaa50b73f", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 22 22 }, 23 23 "nixpkgs": { 24 24 "locked": { 25 - "lastModified": 1739019272, 26 - "narHash": "sha256-7Fu7oazPoYCbDzb9k8D/DdbKrC3aU1zlnc39Y8jy/s8=", 25 + "lastModified": 1753432016, 26 + "narHash": "sha256-cnL5WWn/xkZoyH/03NNUS7QgW5vI7D1i74g48qplCvg=", 27 27 "owner": "NixOS", 28 28 "repo": "nixpkgs", 29 - "rev": "fa35a3c8e17a3de613240fea68f876e5b4896aec", 29 + "rev": "6027c30c8e9810896b92429f0092f624f7b1aace", 30 30 "type": "github" 31 31 }, 32 32 "original": {
-1
flake.nix
··· 29 29 30 30 src = ./.; 31 31 32 - useFetchCargoVendor = true; 33 32 cargoLock.lockFile = ./Cargo.lock; 34 33 35 34 nativeBuildInputs = [