fix for 25.11

This commit is contained in:
Robin Appelman 2025-12-01 19:43:23 +01:00
commit b270759886
3 changed files with 16 additions and 12 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-25.05";
nixpkgs.url = "nixpkgs/nixos-25.11";
flakelight = {
url = "github:nix-community/flakelight";
inputs.nixpkgs.follows = "nixpkgs";
@ -29,7 +29,7 @@
systems = ["x86_64-linux" "i686-linux"];
withOverlays = [
steam-fetcher.overlays.default
steam-fetcher.overlay
(import ./nix/overlay.nix)
];