diff --git a/flake.lock b/flake.lock index 40df9d14..bee5655e 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index ddfc4e98..8da25f34 100644 --- a/flake.nix +++ b/flake.nix @@ -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; -} +} \ No newline at end of file diff --git a/flake/inputs.nix b/flake/inputs.nix index 527b2db6..b044484f 100644 --- a/flake/inputs.nix +++ b/flake/inputs.nix @@ -65,6 +65,9 @@ let pcsd = mkDep { owner = "matt1432"; repo = "nixos-pcsd"; + + # FIXME: fix resource-agents update + rev = "40731eca8587eea66174089559dc09f9ad2467b4"; }; headscale = mkDep {