Update nixpkgs. Move to new dashy service

This commit is contained in:
2025-03-28 21:05:37 -07:00
parent 87ddad27a4
commit 75ae399b5a
10 changed files with 342 additions and 295 deletions

View File

@@ -137,6 +137,7 @@
src = nixpkgs;
patches = [
./patches/gamepadui.patch
./patches/dont-break-nix-serve.patch
];
};
patchedNixpkgs = nixpkgs.lib.fix (self: (import "${patchedNixpkgsSrc}/flake.nix").outputs { self = nixpkgs; });