Update util.rs to remove 1 s
this hopefully temporarily fixes the bug where no-internet connection message is shown when user has internet which one commenter pointed out is probably due to a expired certificate https://github.com/snowfallorg/nix-software-center/issues/75#issuecomment-2480176559 we should really consider just checking if some huge website like google.com is online
ok it works for now
Hi, i didn't want to submit a merge request myself till it was tested, thank you
Had additional issues getting gnome builder to rebuild the package due to ssl lib paths, what did you use to rebuild the pgk?
Hi, i didn't want to submit a merge request myself till it was tested, thank you
Had additional issues getting gnome builder to rebuild the package due to ssl lib paths, what did you use to rebuild the pgk?
{ config, pkgs,lib, ... }:
let
nix-software-center = import (pkgs.fetchFromGitHub {
owner = "tigercoding56";
repo = "nix-software-center";
rev="d8c77bcb561dbd06418501ab979dd36108591217";
sha256="sha256-jpeztgkJultrnwjYkHfGJVl61Vn1gLwSKr9vthc22qU=";
}) {};
in
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./nix-alien.nix
#./distroboxc.nix
];
services.blueman.enable = true;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot
i just updated the repo to point to google.com (bc my school blocks websites that are not explicitly on whitelist and i did not want to have to deal with that), and i don't feel like testing it right now so that should work (it is the old config i used bevore)