Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update util.rs to remove 1 s #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tigercoding56
Copy link

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
#75 (comment)
we should really consider just checking if some huge website like google.com is online

fix bug hopefully
@tigercoding56
Copy link
Author

ok it works for now
Screenshot_20241123_180627

@yonacwy
Copy link

yonacwy commented Nov 24, 2024

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?

nmcheck.gnome.org is offline bc (no good reason
@tigercoding56
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants