Updated flake

This commit is contained in:
Waldo 2026-03-07 08:11:53 -07:00
parent 5aca0ea81f
commit bbcb666c53
2 changed files with 13 additions and 8 deletions

15
flake.lock generated
View File

@ -2,18 +2,17 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1768564909, "lastModified": 1772822230,
"narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=", "narHash": "sha256-yf3iYLGbGVlIthlQIk5/4/EQDZNNEmuqKZkQssMljuw=",
"owner": "nixos", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f", "rev": "71caefce12ba78d84fe618cf61644dce01cf3a96",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "id": "nixpkgs",
"ref": "nixos-unstable", "ref": "nixos-25.11",
"repo": "nixpkgs", "type": "indirect"
"type": "github"
} }
}, },
"root": { "root": {

View File

@ -53,6 +53,12 @@
# vendorHash = pkgs.lib.fakeHash; # vendorHash = pkgs.lib.fakeHash;
vendorHash = null; vendorHash = null;
env = {
CAMPFIRE_URL = "https://chat.rmtn.top";
CAMPFIRE_TOKEN = "5-QpmwTLhdskK3";
PORT = "8096";
};
}; };
}); });