Personal NixOS flake

fix: change bb-scripts to github source for now

+10 -10
+9 -9
flake.lock
··· 31 31 ] 32 32 }, 33 33 "locked": { 34 - "lastModified": 1743910829, 35 - "narHash": "sha256-91wtxhgH65CBHBhXhB2q8sTLMvm1J67FofouFtAdLk4=", 36 - "ref": "refs/heads/main", 37 - "rev": "8102e67e881e5020729425fab003dc5c515dd6c0", 38 - "revCount": 22, 39 - "type": "git", 40 - "url": "http://emerald.localdomain:32768/m1emi1em/bb-scripts.git" 34 + "lastModified": 1747683826, 35 + "narHash": "sha256-T5yG0HM01QBnnhFqYtWwM/RS56yE/L9oOTr+IIgdRAM=", 36 + "owner": "m1emi1em", 37 + "repo": "bb-scripts", 38 + "rev": "99a2b24a6f66eb84bd0a1903ccda1fc1fbd2e3f1", 39 + "type": "github" 41 40 }, 42 41 "original": { 43 - "type": "git", 44 - "url": "http://emerald.localdomain:32768/m1emi1em/bb-scripts.git" 42 + "owner": "m1emi1em", 43 + "repo": "bb-scripts", 44 + "type": "github" 45 45 } 46 46 }, 47 47 "catppuccin": {
+1 -1
flake.nix
··· 19 19 agenix.url = "github:ryantm/agenix"; 20 20 21 21 bb-scripts = { 22 - url ="git+http://emerald.localdomain:32768/m1emi1em/bb-scripts.git"; 22 + url ="github:m1emi1em/bb-scripts"; 23 23 inputs.nixpkgs.follows = "nixpkgs"; 24 24 inputs.flake-parts.follows = "flake-parts"; 25 25 };