cleanup: dead-nix

This commit is contained in:
2024-07-04 14:17:24 -06:00
parent 7a5885fc22
commit 6055c9e63a
6 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
let
upgrade-pg-cluster =
let newPostgres = pkgs.postgresql_16.withPackages (pp: [ ]);
let newPostgres = pkgs.postgresql_16.withPackages (_pp: [ ]);
in pkgs.writeScriptBin "upgrade-pg-cluster" ''
set -eux
systemctl stop postgresql