flake: Update nixpkgs

This commit is contained in:
Gavin John 2024-03-28 10:35:54 -05:00
parent f62bc56d00
commit 11982a18d1
No known key found for this signature in database
GPG key ID: 792E158CDD33C3EE
2 changed files with 5 additions and 6 deletions

View file

@ -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"
}
},

View file

@ -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: {