update flake inputs; dustbowl: remove pipewire fix

This commit is contained in:
joachimschmidt557 2025-08-08 21:30:06 +02:00
parent 6a0417e836
commit 149a57ecb7
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 12 additions and 12 deletions

View file

@ -394,15 +394,15 @@
support32Bit = true;
};
pulse.enable = true;
package = pkgs.pipewire.overrideAttrs (finalAttrs: prevAttrs: {
src = pkgs.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "pipewire";
repo = "pipewire";
rev = "1.2.7";
sha256 = "sha256-TV+2nz44a742bUfGnWt7zJAnO15eED5kAwyAgE5CQZ0=";
};
});
# package = pkgs.pipewire.overrideAttrs (finalAttrs: prevAttrs: {
# src = pkgs.fetchFromGitLab {
# domain = "gitlab.freedesktop.org";
# owner = "pipewire";
# repo = "pipewire";
# rev = "1.2.7";
# sha256 = "sha256-TV+2nz44a742bUfGnWt7zJAnO15eED5kAwyAgE5CQZ0=";
# };
# });
};
# Sway