fix deprecations

This commit is contained in:
outfoxxed 2025-07-24 20:04:58 -07:00
parent a876339678
commit 405201d388
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 12 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{ inputs, pkgs, ... }: {
nixpkgs.overlays = [
inputs.nur.overlay
inputs.nur.overlays.default
(final: prev: {
kwrite = final.kdePackages.callPackage ./kwrite.nix {};