Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

corrected my nix flake

+166 -1
+165
flake.lock
··· 1 + { 2 + "nodes": { 3 + "fenix": { 4 + "inputs": { 5 + "nixpkgs": "nixpkgs", 6 + "rust-analyzer-src": "rust-analyzer-src" 7 + }, 8 + "locked": { 9 + "lastModified": 1758695884, 10 + "narHash": "sha256-rnHjtBRkcwRkrUZxg0RqN1qWTG+QC/gj4vn9uzEkBww=", 11 + "owner": "nix-community", 12 + "repo": "fenix", 13 + "rev": "9cdb79384d02234fb2868eba6c7d390253ef6f83", 14 + "type": "github" 15 + }, 16 + "original": { 17 + "owner": "nix-community", 18 + "repo": "fenix", 19 + "type": "github" 20 + } 21 + }, 22 + "flake-compat": { 23 + "flake": false, 24 + "locked": { 25 + "lastModified": 1696426674, 26 + "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", 27 + "owner": "edolstra", 28 + "repo": "flake-compat", 29 + "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", 30 + "type": "github" 31 + }, 32 + "original": { 33 + "owner": "edolstra", 34 + "repo": "flake-compat", 35 + "type": "github" 36 + } 37 + }, 38 + "flake-utils": { 39 + "inputs": { 40 + "systems": "systems" 41 + }, 42 + "locked": { 43 + "lastModified": 1710146030, 44 + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 45 + "owner": "numtide", 46 + "repo": "flake-utils", 47 + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 48 + "type": "github" 49 + }, 50 + "original": { 51 + "owner": "numtide", 52 + "repo": "flake-utils", 53 + "type": "github" 54 + } 55 + }, 56 + "nixpkgs": { 57 + "locked": { 58 + "lastModified": 1758427187, 59 + "narHash": "sha256-pHpxZ/IyCwoTQPtFIAG2QaxuSm8jWzrzBGjwQZIttJc=", 60 + "owner": "nixos", 61 + "repo": "nixpkgs", 62 + "rev": "554be6495561ff07b6c724047bdd7e0716aa7b46", 63 + "type": "github" 64 + }, 65 + "original": { 66 + "owner": "nixos", 67 + "ref": "nixos-unstable", 68 + "repo": "nixpkgs", 69 + "type": "github" 70 + } 71 + }, 72 + "nixpkgs_2": { 73 + "locked": { 74 + "lastModified": 1758427187, 75 + "narHash": "sha256-pHpxZ/IyCwoTQPtFIAG2QaxuSm8jWzrzBGjwQZIttJc=", 76 + "owner": "nixos", 77 + "repo": "nixpkgs", 78 + "rev": "554be6495561ff07b6c724047bdd7e0716aa7b46", 79 + "type": "github" 80 + }, 81 + "original": { 82 + "owner": "nixos", 83 + "ref": "nixos-unstable", 84 + "repo": "nixpkgs", 85 + "type": "github" 86 + } 87 + }, 88 + "nixpkgs_3": { 89 + "locked": { 90 + "lastModified": 1719075281, 91 + "narHash": "sha256-CyyxvOwFf12I91PBWz43iGT1kjsf5oi6ax7CrvaMyAo=", 92 + "owner": "NixOS", 93 + "repo": "nixpkgs", 94 + "rev": "a71e967ef3694799d0c418c98332f7ff4cc5f6af", 95 + "type": "github" 96 + }, 97 + "original": { 98 + "id": "nixpkgs", 99 + "ref": "nixos-unstable", 100 + "type": "indirect" 101 + } 102 + }, 103 + "organist": { 104 + "inputs": { 105 + "flake-compat": "flake-compat", 106 + "flake-utils": "flake-utils", 107 + "nixpkgs": "nixpkgs_3" 108 + }, 109 + "locked": { 110 + "lastModified": 1755004808, 111 + "narHash": "sha256-ivs3qgkRULIF925fJTEJfH85B4f+tl5e2gSrVJH58MU=", 112 + "owner": "nickel-lang", 113 + "repo": "organist", 114 + "rev": "a7e4e638cade5e7c4f36a129b80d91bf3538088e", 115 + "type": "github" 116 + }, 117 + "original": { 118 + "owner": "nickel-lang", 119 + "repo": "organist", 120 + "type": "github" 121 + } 122 + }, 123 + "root": { 124 + "inputs": { 125 + "fenix": "fenix", 126 + "nixpkgs": "nixpkgs_2", 127 + "organist": "organist" 128 + } 129 + }, 130 + "rust-analyzer-src": { 131 + "flake": false, 132 + "locked": { 133 + "lastModified": 1758620797, 134 + "narHash": "sha256-Ly4rHgrixFMBnkbMursVt74mxnntnE6yVdF5QellJ+A=", 135 + "owner": "rust-lang", 136 + "repo": "rust-analyzer", 137 + "rev": "905641f3520230ad6ef421bcf5da9c6b49f2479b", 138 + "type": "github" 139 + }, 140 + "original": { 141 + "owner": "rust-lang", 142 + "ref": "nightly", 143 + "repo": "rust-analyzer", 144 + "type": "github" 145 + } 146 + }, 147 + "systems": { 148 + "locked": { 149 + "lastModified": 1681028828, 150 + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 151 + "owner": "nix-systems", 152 + "repo": "default", 153 + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 154 + "type": "github" 155 + }, 156 + "original": { 157 + "owner": "nix-systems", 158 + "repo": "default", 159 + "type": "github" 160 + } 161 + } 162 + }, 163 + "root": "root", 164 + "version": 7 165 + }
+1 -1
flake.nix
··· 9 9 }; 10 10 11 11 outputs = {organist, ...} @ inputs: 12 - organist.flake.outputsFromNickel ./. inputs {}; 12 + organist.flake.outputsFromNickel .config/. inputs {}; 13 13 }