this repo has no description
at main 291 B view raw
1(import ( 2 let 3 lock = builtins.fromJSON (builtins.readFile ./flake.lock); 4 in fetchTarball { 5 url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz"; 6 sha256 = lock.nodes.flake-compat.locked.narHash; } 7) { 8 src = ./.; 9}).shellNix