chore: unpin pcsd and hypr to update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=cd942ad&submodules=1' (2024-07-25) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=bc86afe&submodules=1' (2024-07-27) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/40731ec' (2024-07-20) → 'github:matt1432/nixos-pcsd/62b44c2' (2024-07-27) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/1a8688b' (2024-07-26) → 'github:matt1432/discord-nightly-overlay/798e83f' (2024-07-27) • Updated input 'home-manager': 'github:nix-community/home-manager/bc2b96a' (2024-07-26) → 'github:nix-community/home-manager/975b83c' (2024-07-27) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/353dc1b' (2024-07-24) → 'github:hyprwm/aquamarine/4918e57' (2024-07-27) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/962582a' (2024-07-18) → 'github:hyprwm/hyprutils/5dcbbc1' (2024-07-27) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/663be9c' (2024-07-22) → 'github:hyprwm/xdg-desktop-portal-hyprland/5555f46' (2024-07-23) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5ad6a14' (2024-07-25) → 'github:NixOS/nixpkgs/b73c222' (2024-07-27) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/55a7d37' (2024-07-26) → 'github:nix-community/nixpkgs-wayland/9cf33b4' (2024-07-27) • Updated input 'sops-nix': 'github:Mic92/sops-nix/aff2f88' (2024-07-22) → 'github:Mic92/sops-nix/eb34eb5' (2024-07-27)
This commit is contained in:
parent
8c8c62bb6e
commit
a8a278202c
3 changed files with 0 additions and 6 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -65,9 +65,6 @@ let
|
|||
pcsd = mkDep {
|
||||
owner = "matt1432";
|
||||
repo = "nixos-pcsd";
|
||||
|
||||
# FIXME: fix resource-agents update
|
||||
rev = "40731eca8587eea66174089559dc09f9ad2467b4";
|
||||
};
|
||||
|
||||
headscale = mkDep {
|
||||
|
@ -119,9 +116,6 @@ let
|
|||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
|
||||
# FIXME: wait for fix https://github.com/hyprwm/Hyprland/issues/7043
|
||||
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
|
||||
};
|
||||
|
||||
hyprland-plugins = mkHyprDep {
|
||||
|
|
Loading…
Reference in a new issue