diff --git a/flake.lock b/flake.lock index 69125b4..0e82f4f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,18 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1768564909, - "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=", - "owner": "nixos", + "lastModified": 1772822230, + "narHash": "sha256-yf3iYLGbGVlIthlQIk5/4/EQDZNNEmuqKZkQssMljuw=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f", + "rev": "71caefce12ba78d84fe618cf61644dce01cf3a96", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "ref": "nixos-25.11", + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index b0ce875..665272e 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,12 @@ # vendorHash = pkgs.lib.fakeHash; vendorHash = null; + + env = { + CAMPFIRE_URL = "https://chat.rmtn.top"; + CAMPFIRE_TOKEN = "5-QpmwTLhdskK3"; + PORT = "8096"; + }; }; });