try to fix nix warnings

This commit is contained in:
Noah Masur
2026-08-01 08:54:13 -04:00
parent 59685bf023
commit 31cecf05cc
7 changed files with 52 additions and 46 deletions
+1 -2
View File
@@ -76,7 +76,6 @@ lib
# System types to support.
supportedSystems = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-linux"
"aarch64-darwin"
];
@@ -227,7 +226,7 @@ lib
pkgs = pkgsBySystem.${system};
modules = [
inputs.home-manager.nixosModules.home-manager
inputs.nix-index-database.homeModules.default
inputs.nix-index-database.nixosModules.default
inputs.disko.nixosModules.disko
inputs.wsl.nixosModules.wsl
{