add reporting fix

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-24 10:58:41 -05:00
parent 5f363050c9
commit 2004734c7b
4 changed files with 19 additions and 114 deletions

View file

@ -1,11 +1,10 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# Use relative to get current version for testing
# common.url = "path:../../common";
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles";
common.url = "path:../../common";
# common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles";
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";
};
@ -15,7 +14,6 @@
nixpkgs,
common,
ros_neovim,
nixarr,
...
}@inputs:
let
@ -60,6 +58,7 @@
boot.systemd.enable = true;
secrets.enable = true;
general = {
reporting.enable = true;
disableRemoteBuildsOnLio = true;
};
desktopEnvironment.gnome.enable = true;