sorki / hnix-store-experiments

Code that doesn't fit elsewhere yet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hnix-store-experiments

Dragons and unsorted stuff, currently mainly utilities for querying binary caches.

Executables

hnix-store-in-cache

Can be used to filter paths from stdin which are not availabe on cache.nixos.org

This is useful in combination with cachix to only push cache paths not available in official cache.

nix-shell --command 'exit'
nix-store -qR --include-outputs $(nix-instantiate shell.nix) \
  | hnix-store-in-cache | cachix push ivory-tower-nix

hnix-store-build-drv

Try to realise (build) derivation.

hnix-store-build-drv FILE.drv

About

Code that doesn't fit elsewhere yet

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%