fix: pin pcsd to working commit
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
c7bf2a1b18
commit
2c6bc8215d
3 changed files with 10 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -65,6 +65,9 @@ let
|
|||
pcsd = mkDep {
|
||||
owner = "matt1432";
|
||||
repo = "nixos-pcsd";
|
||||
|
||||
# FIXME: fix resource-agents update
|
||||
rev = "40731eca8587eea66174089559dc09f9ad2467b4";
|
||||
};
|
||||
|
||||
headscale = mkDep {
|
||||
|
|
Loading…
Reference in a new issue