nix-helpers: 0f9437e548ef9f8c25d675daa084df4a96a0472b

     1: # Forces the given derivations to be built and returns true if they work
     2: { withDeps, writeScript }:
     3: 
     4: drvs:
     5: import (withDeps drvs (writeScript "force" "true"))

Generated by git2html.