Skip to content

DeterminateSystems/fh-fetch-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fh fetch example

Load a Docker image built with Nix no matter which system you're on:

SYSTEM=$(nix eval --impure --expr 'builtins.currentSystem' --raw)
fh fetch "DeterminateSystems/fh-fetch-example/*#dockerImages.${SYSTEM}.server" ./server-img
docker load < ./server-img

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published