feat: add a custom made treewide formatter (#7992)

This commit is contained in:
Artur Manuel 2024-10-07 19:49:19 +01:00 committed by GitHub
parent 5bf7b1e1fa
commit 46d990f1b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 168 additions and 5 deletions

View file

@ -29,7 +29,7 @@ in {
self.overlays.udis86
# Hyprland packages themselves
(final: prev: let
(final: _prev: let
date = mkDate (self.lastModifiedDate or "19700101");
in {
hyprland = final.callPackage ./default.nix {
@ -70,7 +70,7 @@ in {
# this version is the one used in the git submodule, and allows us to
# fetch the source without '?submodules=1'
udis86 = final: prev: {
udis86-hyprland = prev.udis86.overrideAttrs (self: super: {
udis86-hyprland = prev.udis86.overrideAttrs (_self: _super: {
src = final.fetchFromGitHub {
owner = "canihavesomecoffee";
repo = "udis86";