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 10 additions and 4 deletions

View file

@ -1567,16 +1567,17 @@
]
},
"locked": {
"lastModified": 1721891104,
"narHash": "sha256-Kxdo0fWj1gwfM0UXXHVusW+n+IaXF5O9x6++u6WTw8I=",
"lastModified": 1721480497,
"narHash": "sha256-jBSxLdls1WdkOjBT9Jy/Lqiool9tkMnFDjCe7BEi63o=",
"owner": "matt1432",
"repo": "nixos-pcsd",
"rev": "155642bd943b37c643b26d2f238c2a9ae1efc4e2",
"rev": "40731eca8587eea66174089559dc09f9ad2467b4",
"type": "github"
},
"original": {
"owner": "matt1432",
"repo": "nixos-pcsd",
"rev": "40731eca8587eea66174089559dc09f9ad2467b4",
"type": "github"
}
},

View file

@ -1,4 +1,5 @@
# Do not modify! This file is generated.
{
inputs = {
Hyprspace = {
@ -258,6 +259,7 @@
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";
repo = "nixos-pcsd";
rev = "40731eca8587eea66174089559dc09f9ad2467b4";
type = "github";
};
piper-src = {
@ -322,4 +324,4 @@
};
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}
}

View file

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