This repository has no description
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