Skip to content

dav009/nixsample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix for CI/Dev env/Docker sample

  1. install nix package manager

OSX

  1. Install nix package manager
  2. if in OSX you need to run a delegator builder: nix run nixpkgs#darwin.builder
  3. add this to /etc/nix/nix.conf
build-users-group = nixbld
extra-trusted-users = dav009
builders = ssh-ng://builder@localhost aarch64-linux /etc/nix/builder_ed25519 4 - - - c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUpCV2N4Yi9CbGFxdDFhdU90RStGOFFVV3JVb3RpQzVxQkorVXVFV2RWQ2Igcm9vdEBuaXhvcwo=
  • change aarch64-linux for the architecture you need

  • Build docker file: nix build .#docker

About

sample project using nix for: CI, devshell, and building container images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published