diff --git a/flake.lock b/flake.lock index 2a4fdd0..a43f3b5 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1749794982, - "narHash": "sha256-Kh9K4taXbVuaLC0IL+9HcfvxsSUx8dPB5s5weJcc9pc=", + "lastModified": 1752687322, + "narHash": "sha256-RKwfXA4OZROjBTQAl9WOZQFm7L8Bo93FQwSJpAiSRvo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ee930f9755f58096ac6e8ca94a1887e0534e2d81", + "rev": "6e987485eb2c77e5dcc5af4e3c70843711ef9251", "type": "github" }, "original": { diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 2b3bdfb..8e84757 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -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