Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Nixlock

This template is an example of using flake-file.inputs in a non-flakes project.

It uses nixlock to pin and fetch inputs defined as options inside ./modules.

Generate nixlock

The following command is a convenience for generating nixlock.lock.nix:

nix-shell . -A flake-file.sh --run write-nixlock

You can also the update command.

nix-shell . -A flake-file.sh --run 'write-nixlock update'