diff --git a/flake.lock b/flake.lock index dc46510..5306df5 100644 --- a/flake.lock +++ b/flake.lock @@ -39,11 +39,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1773213034, - "narHash": "sha256-XX02kIGvcsVZKiRwr3COkBIZ5s+TP9gfRkW2Oad6hqE=", + "lastModified": 1773299640, + "narHash": "sha256-kTsZ5xGZqaeJ8jWsfZNACo/VsW3riVuIQEPWVGiqWKM=", "owner": "nix-community", "repo": "fenix", - "rev": "42f953f569ac5761b197ca51c25cf1f9ceb78448", + "rev": "8ac78ff968869cd05d9cb42fbf63bdbc6851ec19", "type": "github" }, "original": { @@ -95,11 +95,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1772963539, - "narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=", + "lastModified": 1773122722, + "narHash": "sha256-FIqHByVqxCprNjor1NqF80F2QQoiiyqanNNefdlvOg4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9dcb002ca1690658be4a04645215baea8b95f31d", + "rev": "62dc67aa6a52b4364dd75994ec00b51fbf474e50", "type": "github" }, "original": { @@ -122,11 +122,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1773182115, - "narHash": "sha256-m3tXlrz8qG9IXPvhImtLyKUbsSXx46HFbzNFNlbwPno=", + "lastModified": 1773194001, + "narHash": "sha256-50PPXBtH2xfKuNfQfUNOyuIFgZPEz5QVertQWS2MQJE=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "e0269ce3f2ff14bdf220e7bdf12e80f4431897a1", + "rev": "8ed3cca4d30610fd0d3c1179c85418de2dc0a7c1", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1a65ea7..7899abf 100644 --- a/flake.nix +++ b/flake.nix @@ -73,6 +73,16 @@ // { inherit cargoArtifacts; doCheck = false; + + meta = with lib; { + mainProgram = "bingus-bot"; + description = "A very clever kitty"; + license = licenses.gpl3; + homepage = "https://tangled.org/bwc9876.dev/bingus-bot"; + maintainers = with maintainers; [ + bwc9876 + ]; + }; } ); checks = pkgs: let