Compare commits

..

No commits in common. "dffabfdcaf415ae1dbfc895b9d04c26bf01d5ff1" and "3e90c4f912def32d756b031d2bc60ae7fd91e550" have entirely different histories.

3 changed files with 4 additions and 9 deletions

View File

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

View File

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

View File

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