Skip to content

maartenweyns/chipcie-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHipCie NixOS Configurations

This repo contains the NixOS configuration for CHipCie images, used in prorgramming contests such as FPC, DAPC and NWERC.

This configuration is kickstarted by this post on the Nix community forum.

Building the images

Building the console image is as easy as running the following command:

nix build .#console

After a succesful build, the image can be found in result/nixos.img.

Testing the images locally

Currently, the easiest way is to start a qemu VM with the generated image. Use the following command to do so:

qemu-system-x86_64 -drive file=nixos.img,index=0,media=disk,format=raw -m 4G -smp 4 -enable-kvm -vga virtio -display default

About

NixOS configuration for the system image used in FPC and DAPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages