♻️ Simple & Efficient Gemini-to-HTTP Proxy fuwn.net
proxy gemini-protocol protocol gemini http rust
0
fork

Configure Feed

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

chore(flake): use new-style devshells

fuwn.net ebc37925 73b54100

verified
+1 -1
+1 -1
flake.nix
··· 23 23 pkgs = import nixpkgs { inherit system overlays; }; 24 24 in 25 25 { 26 - devShell = 26 + devShells.${system} = 27 27 with pkgs; 28 28 mkShell.override 29 29 {