Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

Remove useFetchCargoVendor

Ben C 8f6aa066 96841119

+6 -7
+6 -6
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1750683087, 11 - "narHash": "sha256-CkmobghX9K9soC4DoorFo/vlWXxpf8xuZyoCsOnWzqM=", 10 + "lastModified": 1753102454, 11 + "narHash": "sha256-BG8VtSW9F24bwfDjF8voxolecogiHKS9WC3EEOakGn0=", 12 12 "owner": "nix-community", 13 13 "repo": "flakelight", 14 - "rev": "aa93e0e1ecdccc70c7a185f60c562effbfe3c8d9", 14 + "rev": "5438c55301ab0811214f918fd16a7f6aaa50b73f", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 22 22 }, 23 23 "nixpkgs": { 24 24 "locked": { 25 - "lastModified": 1750741721, 26 - "narHash": "sha256-Z0djmTa1YmnGMfE9jEe05oO4zggjDmxOGKwt844bUhE=", 25 + "lastModified": 1753549186, 26 + "narHash": "sha256-Znl7rzuxKg/Mdm6AhimcKynM7V3YeNDIcLjBuoBcmNs=", 27 27 "owner": "NixOS", 28 28 "repo": "nixpkgs", 29 - "rev": "4b1164c3215f018c4442463a27689d973cffd750", 29 + "rev": "17f6bd177404d6d43017595c5264756764444ab8", 30 30 "type": "github" 31 31 }, 32 32 "original": {
-1
flake.nix
··· 33 33 34 34 src = ./.; 35 35 36 - useFetchCargoVendor = true; 37 36 cargoLock.lockFile = ./Cargo.lock; 38 37 39 38 nativeBuildInputs = [