The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake: Update nixpkgs

+5 -6
+4 -4
flake.lock
··· 20 20 }, 21 21 "nixpkgs": { 22 22 "locked": { 23 - "lastModified": 1709328908, 24 - "narHash": "sha256-Uc9MPjHn/E1n2exlKCuy2WWVJsb4nFuzK/G7MzoJQlQ=", 23 + "lastModified": 1711497579, 24 + "narHash": "sha256-H6/9jraWg7e6pxFGEArpyXwQ/5dy/u5Un67WiLsuPGA=", 25 25 "owner": "NixOS", 26 26 "repo": "nixpkgs", 27 - "rev": "5e8260003c8ec6c5d6ac6064a2ff901677960412", 27 + "rev": "e80d1b630036fe33badbc168dfcd071d463b92cf", 28 28 "type": "github" 29 29 }, 30 30 "original": { 31 31 "owner": "NixOS", 32 32 "repo": "nixpkgs", 33 - "rev": "5e8260003c8ec6c5d6ac6064a2ff901677960412", 33 + "rev": "e80d1b630036fe33badbc168dfcd071d463b92cf", 34 34 "type": "github" 35 35 } 36 36 },
+1 -2
flake.nix
··· 6 6 # Whenever an upstream change is merged, update this to 7 7 # the relevant commit and remove the packages from the 8 8 # ...ToUpstream lists below 9 - nixpkgs.url = "github:NixOS/nixpkgs/5e8260003c8ec6c5d6ac6064a2ff901677960412"; 9 + nixpkgs.url = "github:NixOS/nixpkgs/e80d1b630036fe33badbc168dfcd071d463b92cf"; 10 10 flake-utils.url = "github:numtide/flake-utils"; 11 11 }; 12 12 ··· 35 35 # If there are any buildInputs that are not in nixpkgs, add them here 36 36 # buildInputs are any packages that are needed at runtime (i.e. dependencies) 37 37 # Once they are upstreamed to nixpkgs master, remove them from this list 38 - xorg.libXext # Open PR: https://github.com/NixOS/nixpkgs/pull/298083 39 38 ]; 40 39 41 40 package = pkgs.monado.overrideAttrs (oldAttrs: {