Skip to content

Update util.rs to remove 1 s#76

Open
tigercoding56 wants to merge 2 commits into
snowfallorg:mainfrom
tigercoding56:main
Open

Update util.rs to remove 1 s#76
tigercoding56 wants to merge 2 commits into
snowfallorg:mainfrom
tigercoding56:main

Conversation

@tigercoding56

Copy link
Copy Markdown

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
Copy Markdown
Author

ok it works for now
Screenshot_20241123_180627

@yonacwy

yonacwy commented Nov 24, 2024

Copy link
Copy Markdown

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
Copy Markdown
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