fix: pin pcsd to working commit
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-26 22:26:08 -04:00
parent c7bf2a1b18
commit 2c6bc8215d
3 changed files with 3 additions and 0 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -65,6 +65,9 @@ let
pcsd = mkDep { pcsd = mkDep {
owner = "matt1432"; owner = "matt1432";
repo = "nixos-pcsd"; repo = "nixos-pcsd";
# FIXME: fix resource-agents update
rev = "40731eca8587eea66174089559dc09f9ad2467b4";
}; };
headscale = mkDep { headscale = mkDep {