The world's most clever kitty cat
0
fork

Configure Feed

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

Add meta, update flake

Ben C d009ae2d cca9e971

+19 -9
+9 -9
flake.lock
··· 39 39 "rust-analyzer-src": "rust-analyzer-src" 40 40 }, 41 41 "locked": { 42 - "lastModified": 1773213034, 43 - "narHash": "sha256-XX02kIGvcsVZKiRwr3COkBIZ5s+TP9gfRkW2Oad6hqE=", 42 + "lastModified": 1773299640, 43 + "narHash": "sha256-kTsZ5xGZqaeJ8jWsfZNACo/VsW3riVuIQEPWVGiqWKM=", 44 44 "owner": "nix-community", 45 45 "repo": "fenix", 46 - "rev": "42f953f569ac5761b197ca51c25cf1f9ceb78448", 46 + "rev": "8ac78ff968869cd05d9cb42fbf63bdbc6851ec19", 47 47 "type": "github" 48 48 }, 49 49 "original": { ··· 95 95 }, 96 96 "nixpkgs": { 97 97 "locked": { 98 - "lastModified": 1772963539, 99 - "narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=", 98 + "lastModified": 1773122722, 99 + "narHash": "sha256-FIqHByVqxCprNjor1NqF80F2QQoiiyqanNNefdlvOg4=", 100 100 "owner": "NixOS", 101 101 "repo": "nixpkgs", 102 - "rev": "9dcb002ca1690658be4a04645215baea8b95f31d", 102 + "rev": "62dc67aa6a52b4364dd75994ec00b51fbf474e50", 103 103 "type": "github" 104 104 }, 105 105 "original": { ··· 122 122 "rust-analyzer-src": { 123 123 "flake": false, 124 124 "locked": { 125 - "lastModified": 1773182115, 126 - "narHash": "sha256-m3tXlrz8qG9IXPvhImtLyKUbsSXx46HFbzNFNlbwPno=", 125 + "lastModified": 1773194001, 126 + "narHash": "sha256-50PPXBtH2xfKuNfQfUNOyuIFgZPEz5QVertQWS2MQJE=", 127 127 "owner": "rust-lang", 128 128 "repo": "rust-analyzer", 129 - "rev": "e0269ce3f2ff14bdf220e7bdf12e80f4431897a1", 129 + "rev": "8ed3cca4d30610fd0d3c1179c85418de2dc0a7c1", 130 130 "type": "github" 131 131 }, 132 132 "original": {
+10
flake.nix
··· 73 73 // { 74 74 inherit cargoArtifacts; 75 75 doCheck = false; 76 + 77 + meta = with lib; { 78 + mainProgram = "bingus-bot"; 79 + description = "A very clever kitty"; 80 + license = licenses.gpl3; 81 + homepage = "https://tangled.org/bwc9876.dev/bingus-bot"; 82 + maintainers = with maintainers; [ 83 + bwc9876 84 + ]; 85 + }; 76 86 } 77 87 ); 78 88 checks = pkgs: let