Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
- uses: wimpysworld/nothing-but-nix@10c936d9e46521bf923f75458e0cbd4fa309300d # yamllint disable-line rule:line-length
if: runner.os == 'Linux'
with:
hatchet-protocol: holster
hatchet-protocol: cleave

- uses: cachix/install-nix-action@v31
with:
extra_nix_config: "min-free = 524288000" # 500MiB

- uses: cachix/cachix-action@v16
with:
Expand Down
2 changes: 1 addition & 1 deletion doc/src/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ number of maintainers:
{ lib, ... }:
{
maintainers = with lib.maintainers; [
awwpotato
danth
da157
Comment thread
0xda157 marked this conversation as resolved.
naho
];
}
Expand Down
42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

base16-vim = {
# TODO: Unlock this input once [1] ("Seemingly bad parsing of whitespace
# in abbriviated lists (affecting stylix's handling of base16-vim)") is
# in abbreviated lists (affecting stylix's handling of base16-vim)") is
# resolved, preventing us from fetching commit [2] ("fix(theme): Remove
# illegal style attributes").
#
Expand Down
72 changes: 36 additions & 36 deletions flake/dev/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake/dev/treefmt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# keep-sorted start block=yes newline_separated=no
biome = {
enable = true;
validate.enable = false;
settings.formatter = {
indentStyle = "space";
indentWidth = 2;
Expand Down
14 changes: 7 additions & 7 deletions generated/all-maintainers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
githubId = 54070204;
name = "0x5a4";
};
"0xda157" = {
email = "da157@voidq.com";
github = "0xda157";
githubId = 153149335;
matrix = "@da157:catgirl.cloud";
name = "0xda157";
};
Eveeifyeve = {
email = "eveeg1971@gmail.com";
github = "Eveeifyeve";
Expand Down Expand Up @@ -69,13 +76,6 @@
githubId = 21687187;
name = "Mirza Arnaut";
};
awwpotato = {
email = "awwpotato@voidq.com";
github = "awwpotato";
githubId = 153149335;
matrix = "@awwpotato:envs.net";
name = "awwpotato";
};
brckd = {
email = "hello@bricked.dev";
github = "brckd";
Expand Down
2 changes: 1 addition & 1 deletion modules/alacritty/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{
name = "Alacritty";
homepage = "https://github.com/alacritty/alacritty";
maintainers = [ lib.maintainers.awwpotato ];
maintainers = [ lib.maintainers.da157 ];
}
2 changes: 1 addition & 1 deletion modules/fnott/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "Fnott";
homepage = "https://codeberg.org/dnkl/fnott";
maintainers = with lib.maintainers; [
awwpotato
da157
MrSom3body
];
}
2 changes: 1 addition & 1 deletion modules/mpv/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "mpv";
homepage = "https://mpv.io";
maintainers = with lib.maintainers; [
awwpotato
da157
naho
];
}
2 changes: 1 addition & 1 deletion modules/ncspot/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{
name = "ncspot";
homepage = "https://github.com/hrkfdn/ncspot";
maintainers = [ lib.maintainers.awwpotato ];
maintainers = [ lib.maintainers.da157 ];
}
2 changes: 1 addition & 1 deletion modules/waybar/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{
name = "Waybar";
homepage = "https://github.com/alexays/waybar";
maintainers = [ lib.maintainers.awwpotato ];
maintainers = [ lib.maintainers.da157 ];
}
Loading
Loading