Compare commits

..

No commits in common. "4c9c0eeed2d5108ce50f86c0fdcf94af3b00dfac" and "1426807bb097bfa0909c61d6c41151acede42f5a" have entirely different histories.

6 changed files with 25 additions and 25 deletions

View file

@ -5,7 +5,7 @@
env SCRIPT_LIB_DIR=${builtins.path { env SCRIPT_LIB_DIR=${builtins.path {
path = ./.; path = ./.;
filter = path: _type: filter = path: type:
path == toString ./statix-to-nano-linter.jq; path == toString ./statix-to-nano-linter.jq;
}} bash ${./statix-nano-lint.sh} $@ }} bash ${./statix-nano-lint.sh} $@
''; '';

View file

@ -21,11 +21,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1710146030, "lastModified": 1709126324,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "rev": "d465f4819400de7c8d874d50b982301f28a84605",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -65,11 +65,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1710820906, "lastModified": 1709204054,
"narHash": "sha256-2bNMraoRB4pdw/HtxgYTFeMhEekBZeQ53/a8xkqpbZc=", "narHash": "sha256-U1idK0JHs1XOfSI1APYuXi4AEADf+B+ZU4Wifc0pBHk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "022464438a85450abb23d93b91aa82e0addd71fb", "rev": "2f3367769a93b226c467551315e9e270c3f78b15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -115,11 +115,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1710519878, "lastModified": 1709193210,
"narHash": "sha256-0dbc10OBFUVYyXC+C+N6vRUd8xyBSRxkcZ4Egipbx0M=", "narHash": "sha256-gVRsIOcfo0em0TbL8HiMmVdK8bQx1QcBFq8OnNNfdb0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NixOS-WSL", "repo": "NixOS-WSL",
"rev": "aef95bdb6800a3a2af7aa7083d6df03067da6592", "rev": "f188d9f5ee2fdb0aa9c5624561d32da4743f2e9b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -146,11 +146,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1710631334, "lastModified": 1709150264,
"narHash": "sha256-rL5LSYd85kplL5othxK5lmAtjyMOBg390sGBTb3LRMM=", "narHash": "sha256-HofykKuisObPUfj0E9CJVfaMhawXkYx3G8UIFR/XQ38=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c75037bbf9093a2acb617804ee46320d6d1fea5a", "rev": "9099616b93301d5cf84274b184a3a5ec69e94e08",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -194,11 +194,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1710860658, "lastModified": 1709203535,
"narHash": "sha256-bdC8a70B/wpjBzpXXFNZfLnXYeL5WIaQ8MnBOVGwbY0=", "narHash": "sha256-yQMygggtUJ8R8gtejfTupY/F9kXJ/YcXLEKbpSoR0p4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "cd8b48448ba1ded38528605711c5ee6402ecd934", "rev": "2b3b8752d1bd83b66b38163685f686ba8f3d1924",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -42,5 +42,5 @@
food-site.inputs.flake-compat.follows = "flake-compat"; food-site.inputs.flake-compat.follows = "flake-compat";
}; };
outputs = inputs: import ./outputs.nix inputs; outputs = inputs: import ./outputs.nix inputs ;
} }

View file

@ -10,7 +10,6 @@
ipmitool ipmitool
smartmontools smartmontools
tree tree
lsof
btop btop
htop htop
pciutils pciutils

View file

@ -47,15 +47,16 @@ in {
instance-languages = ["en" "de"]; instance-languages = ["en" "de"];
media-image-max-size = "64MB"; media-image-max-size = 1000000 * 64; # MB
media-video-max-size = "1024MB"; media-video-max-size = 1000000 * 1024; # MB
media-description-max-chars = 4000; media-description-max-chars = 4000;
media-emoji-local-max-size = "4MB"; media-emoji-local-max-size = 102400;
media-emoji-remote-max-size = "2MB"; media-emoji-remote-max-size = 102400;
media-remote-cache-days = 1; media-remote-cache-days = 1;
media-cleanup-every = "6h"; media-cleanup-every = "6h";
statuses-cw-max-chars = 150;
statuses-poll-max-options = 10; statuses-poll-max-options = 10;
statuses-media-max-files = 8; statuses-media-max-files = 8;

View file

@ -77,9 +77,9 @@ final: prev: rec {
owner = "superseriousbusiness"; owner = "superseriousbusiness";
repo = "gotosocial"; repo = "gotosocial";
version = "0.14.2"; version = "0.13.3";
source-hash = "sha256-oeOxP9FkGsOH66Uk946H0b/zggz536YvRRuo1cINxSM="; source-hash = "sha256-zjmIa25veVL0ruFow4c1oV+VtgJGgWrRL99GPdaNc4g=";
web-assets-hash = "sha256-3aSOP8BTHdlODQnZr6DOZuybLl+02SWgP9YZ21guAPU="; web-assets-hash = "sha256-xC1Acm/CJHXTblV8E63vZB+r/ktBH7EytL7x4eWGko8=";
web-assets = final.fetchurl { web-assets = final.fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz"; url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";