this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Downgrade Node

Ben C 6072702a b75be08e

+8 -9
+7 -7
flake.lock
··· 44 44 ] 45 45 }, 46 46 "locked": { 47 - "lastModified": 1773366274, 48 - "narHash": "sha256-SNV8qlxU8ro+nV/2mKgo/5taSFQgTdB/nTsCdPtuPcI=", 47 + "lastModified": 1773425697, 48 + "narHash": "sha256-YhUtAOW+3Jvn+/pzge4AcmYXTFQBkz8aNm7iUtTEjwo=", 49 49 "ref": "refs/heads/main", 50 - "rev": "954837709bea1e3d9d414c5c491de06368c3711f", 51 - "revCount": 68, 50 + "rev": "6cb3b33ee7b36d51a4a0b9efb6281da0780c8a13", 51 + "revCount": 71, 52 52 "type": "git", 53 53 "url": "https://tangled.org/bwc9876.dev/bingus-bot" 54 54 }, ··· 471 471 ] 472 472 }, 473 473 "locked": { 474 - "lastModified": 1773367248, 475 - "narHash": "sha256-FFMc1uAwy2GYasd0rdNDVxKyAgzuoJH2M+GglBQbqf0=", 474 + "lastModified": 1773422513, 475 + "narHash": "sha256-MPjR48roW7CUMU6lu0+qQGqj92Kuh3paIulMWFZy+NQ=", 476 476 "owner": "nix-community", 477 477 "repo": "home-manager", 478 - "rev": "be0c641a6a5564caa33982faa1fe2c60d92131c7", 478 + "rev": "ef12a9a2b0f77c8fa3dda1e7e494fca668909056", 479 479 "type": "github" 480 480 }, 481 481 "original": {
+1 -1
homeModules/dev.nix
··· 68 68 69 69 programs.npm = lib.mkIf conf.web { 70 70 enable = true; 71 - package = pkgs.nodejs_latest; 71 + # package = pkgs.nodejs_latest; TODO: Building node from source :( 72 72 settings = { 73 73 fund = false; 74 74 };
-1
nixosConfigurations/black-mesa.nix
··· 77 77 { 78 78 # Bingus! 79 79 imports = [inputs.bingus.nixosModules.default]; 80 - nixpkgs.overlays = [inputs.bingus.overlays.default]; 81 80 82 81 cow.imperm.keep = [ 83 82 "/var/lib/bingus"