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": {
"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": {

View File

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