This repository has no description
0

Configure Feed

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

helix_nix / npins / sources.json
1.3 kB 38 lines
1{ 2 "pins": { 3 "flake-compat": { 4 "type": "Git", 5 "repository": { 6 "type": "Forgejo", 7 "server": "https://git.lix.systems/", 8 "owner": "lix-project", 9 "repo": "flake-compat" 10 }, 11 "branch": "main", 12 "submodules": false, 13 "revision": "382052b74656a369c5408822af3f2501e9b1af81", 14 "url": "https://git.lix.systems/lix-project/flake-compat/archive/382052b74656a369c5408822af3f2501e9b1af81.tar.gz", 15 "hash": "sha256-Eg9b/rq/ECYwNwEXs5i9wHyhxNI0JrYx2srdI2uZMaQ=" 16 }, 17 "nixpkgs": { 18 "type": "Channel", 19 "name": "nixpkgs-unstable", 20 "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre1001117.d99b013d5d19/nixexprs.tar.xz", 21 "hash": "sha256-AyKVLJihBA4molWFBpbk2+ruMFlkL1ONA8eNShZithw=" 22 }, 23 "rust-overlay": { 24 "type": "Git", 25 "repository": { 26 "type": "GitHub", 27 "owner": "oxalica", 28 "repo": "rust-overlay" 29 }, 30 "branch": "master", 31 "submodules": false, 32 "revision": "672fa5fc5608d5cd82286a6f69aaf84a40b4fe41", 33 "url": "https://github.com/oxalica/rust-overlay/archive/672fa5fc5608d5cd82286a6f69aaf84a40b4fe41.tar.gz", 34 "hash": "sha256-lpmN2lrBDZDPjov2cbD3bOOJsI0fkKolKXasYPCqSys=" 35 } 36 }, 37 "version": 7 38}