Update valkyrie IP
This commit is contained in:
parent
d8d71453c3
commit
5f2ed0074b
4 changed files with 6 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, nixpkgs-mastodon-4-2-10, ... }:
|
||||
{ pkgs, nixpkgs-unstable, ... }:
|
||||
let
|
||||
mastodonNekoversePatches = pkgs.fetchgit {
|
||||
url = "https://github.com/yuri-qq/nekoverse-mastodon-patches.git";
|
||||
|
@ -25,7 +25,7 @@ let
|
|||
yarnHash = "sha256-qoLesubmSvRsXhKwMEWHHXcpcqRszqcdZgHQqnTpNPE=";
|
||||
});
|
||||
};
|
||||
pkgs-overlay = nixpkgs-mastodon-4-2-10.legacyPackages."x86_64-linux".extend mastodonNekoverseOverlay;
|
||||
pkgs-overlay = nixpkgs-unstable.legacyPackages."x86_64-linux".extend mastodonNekoverseOverlay;
|
||||
vapidPublicKey = pkgs.writeText "vapid-public-key" "BDCbFEDCZ8eFuWr3uEq4Qc30UFZUQeNpF8OCw6OjPwAtaKS1yTM3Ue749Xjqy5WhBDjakzlixh4Gk7gluUhIdsU=";
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue