🐛 plato: fix pleroma

This commit is contained in:
2022-09-19 22:41:25 -04:00
parent 7d513a32c4
commit a8f4fd43e9
4 changed files with 95 additions and 30 deletions

View File

@ -2,7 +2,8 @@
description = "walkah's little city state";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
#nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/684a9bc32a249f7a7f278e889a37e4fcd8ea965b";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager.url = "github:nix-community/home-manager";
flake-utils.url = "github:numtide/flake-utils";