A flake checker (treefmt & nix-unit) for testing other flakes with zero dependencies.
at main 284 B view raw
1let 2 rev = "9100a0f"; 3 narHash = "sha256:09m84vsz1py50giyfpx0fpc7a4i0r1xsb54dh0dpdg308lp4p188"; 4 compat = fetchTarball { 5 url = "https://github.com/edolstra/flake-compat/archive/${rev}.tar.gz"; 6 sha256 = narHash; 7 }; 8 flake = import compat { src = ./.; }; 9in 10flake.outputs