Unverified Commit 9303a605 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Merge master into staging-next

parents c578584f f32dd9ae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -371,7 +371,6 @@ nixos/tests/lxd/ @adamcstephens
pkgs/by-name/in/incus/                  @adamcstephens
pkgs/by-name/lx/lxc*                    @adamcstephens
pkgs/by-name/lx/lxd*                    @adamcstephens
pkgs/os-specific/linux/lxc/             @adamcstephens

# ExpidusOS, Flutter
/pkgs/development/compilers/flutter @RossComputerGuy
+1 −1
Original line number Diff line number Diff line
@@ -485,7 +485,7 @@
  };
  adamcstephens = {
    email = "happy.plan4249@valkor.net";
    matrix = "@adam:valkor.net";
    matrix = "@adam:robins.wtf";
    github = "adamcstephens";
    githubId = 2071575;
    name = "Adam C. Stephens";
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ in {

    fonts.packages = with pkgs; [
      # Applications tend to default to Ubuntu font
      ubuntu_font_family
      ubuntu-classic
    ];

    # Copy-pasted basic stuff
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

      fonts.packages = with pkgs; [
        # Intended font & helps with OCR
        ubuntu_font_family
        ubuntu-classic
      ];
    };

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

      fonts.packages = with pkgs; [
        # Intended font & helps with OCR
        ubuntu_font_family
        ubuntu-classic
      ];
    };

Loading