fix: legacy warnings and mismatch errors
All checks were successful
nix / check (push) Successful in 3m54s

This commit is contained in:
L-Nafaryus 2025-03-07 14:36:56 +05:00
parent e410a4a18d
commit 1a6acf5bc5
5 changed files with 9 additions and 8 deletions

View File

@ -41,10 +41,10 @@
graphics.enable32Bit = true;
bluetooth.enable = true;
pulseaudio.enable = false;
};
services.pulseaudio.enable = false;
networking = {
networkmanager = {
enable = true;

View File

@ -123,10 +123,10 @@
cpu.intel.updateMicrocode = true;
bluetooth.enable = true;
pulseaudio.enable = false;
};
services.pulseaudio.enable = false;
networking = {
networkmanager.enable = true;
useDHCP = false;

View File

@ -88,9 +88,10 @@
bluetooth.enable = true;
bluetooth.powerOnBoot = true;
pulseaudio.enable = false;
};
services.pulseaudio.enable = false;
networking = {
networkmanager = {
enable = true;

View File

@ -81,7 +81,7 @@ in {
podman-compose
dive
ksshaskpass
kdePackages.ksshaskpass
dbeaver-bin

View File

@ -5,8 +5,8 @@
buildGoModule,
nixosTests,
version ? "bfe36067932e4594d3baf01cb6545c43b8e1f79c",
hash ? "sha256-j6AlA9+whDxvpbZBCnJinKTb0+bJrSqnMgCqmWWfLig=",
vendorHash ? "sha256-r9R+d5H5RjwzksbAlcFPyRtCGXSH1JBVfNHr5QiHA7Y=",
hash ? "sha256-ye5O1HYjzpuF4k2G5KUKHNyi33fJV8K0uxyeIXieX9Q=",
vendorHash ? "sha256-aW5Olj9t19R6J9NvuXhSXvfxdpC1yDk5/cHxZMRVJpY=",
...
}:
buildGoModule rec {