mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 12:59:22 +02:00
run nixpkgs-fmt
This commit is contained in:
parent
830243253e
commit
8d7d732a1f
8 changed files with 46 additions and 45 deletions
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
|
||||
libadwaita-follow-theme = pkgs.libadwaita.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ])++ [ ./adwaita-theming-support.patch ];
|
||||
patches = (old.patches or [ ]) ++ [ ./adwaita-theming-support.patch ];
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue