diff --git a/flake.lock b/flake.lock index 4b2bd91ec..9c6be7ccb 100644 --- a/flake.lock +++ b/flake.lock @@ -20,17 +20,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709328908, - "narHash": "sha256-Uc9MPjHn/E1n2exlKCuy2WWVJsb4nFuzK/G7MzoJQlQ=", + "lastModified": 1711497579, + "narHash": "sha256-H6/9jraWg7e6pxFGEArpyXwQ/5dy/u5Un67WiLsuPGA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5e8260003c8ec6c5d6ac6064a2ff901677960412", + "rev": "e80d1b630036fe33badbc168dfcd071d463b92cf", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "5e8260003c8ec6c5d6ac6064a2ff901677960412", + "rev": "e80d1b630036fe33badbc168dfcd071d463b92cf", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 50dbaef26..da91bc793 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # Whenever an upstream change is merged, update this to # the relevant commit and remove the packages from the # ...ToUpstream lists below - nixpkgs.url = "github:NixOS/nixpkgs/5e8260003c8ec6c5d6ac6064a2ff901677960412"; + nixpkgs.url = "github:NixOS/nixpkgs/e80d1b630036fe33badbc168dfcd071d463b92cf"; flake-utils.url = "github:numtide/flake-utils"; }; @@ -35,7 +35,6 @@ # If there are any buildInputs that are not in nixpkgs, add them here # buildInputs are any packages that are needed at runtime (i.e. dependencies) # Once they are upstreamed to nixpkgs master, remove them from this list - xorg.libXext # Open PR: https://github.com/NixOS/nixpkgs/pull/298083 ]; package = pkgs.monado.overrideAttrs (oldAttrs: {