This repository has no description
0

Configure Feed

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

ghostty / shell.nix
326 B 12 lines
1(import 2 ( 3 let 4 flake-compat = (builtins.fromJSON (builtins.readFile ./flake.lock)).nodes.flake-compat; 5 in 6 fetchTarball { 7 url = "https://github.com/edolstra/flake-compat/archive/${flake-compat.locked.rev}.tar.gz"; 8 sha256 = flake-compat.locked.narHash; 9 } 10 ) 11 {src = ./.;}) 12.shellNix