A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

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

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