Compare commits

...

2 Commits

Author SHA1 Message Date
Agatha Lovelace dffabfdcaf
Configure SQLite 2024-02-26 19:09:33 +01:00
Agatha Lovelace 10f6f26629
Yet another mastodon security vulnerability 2024-02-26 19:08:26 +01:00
3 changed files with 9 additions and 4 deletions

View File

@ -190,6 +190,11 @@
enableFishIntegration = true;
};
};
home.file.".sqliterc".text = ''
.headers on
.mode column
'';
};
}

View File

@ -2044,10 +2044,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0pfj771p5a29yyyw58qacks464sl86d5m3jxjl5rlqqw2m3v5xq4";
sha256 = "0s4vskbydg5k0z86v2g5drf03lslkr4b1l421vz29531jlrsljvy";
type = "gem";
};
version = "1.5.4";
version = "1.5.5";
};
pghero = {
dependencies = ["activerecord"];

View File

@ -1,12 +1,12 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [ ] }:
let version = "e74ef482675e9cb524e5e46d2e6624a2dd922395";
let version = "f571dbe35dbc4876f9ca76b3f6d459839c67a2ef";
in (applyPatches {
src = fetchFromGitHub {
owner = "AgathaSorceress";
repo = "mastodon";
rev = "${version}";
sha256 = "lcTw8C1KFnl5kUKjdBXFrrx6Nz8hFqvqG8nThQHv0Hs=";
sha256 = "3ZJMiciV0muv5j468hEKJUZGDhKcNCJnDFn6ZqKM1F4=";
};
patches = patches ++ [ ./yarn-typescript.patch ];
}) // {