update flake inputs; dustbowl: remove pipewire fix
This commit is contained in:
parent
6a0417e836
commit
149a57ecb7
2 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue