Skip to content

My (opinionated) nix flake templates for various projects.

License

Notifications You must be signed in to change notification settings

k463/nix-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-templates

My (opinionated) nix flake templates for various projects.

Using:

templates

  • default: base template, all systems, all attributes defined but empty
  • dev-shell: defines a devShell for use with nix develop or nix-shell (through a compatibility shim in shell.nix)

usage

List available templates:

nix flake show github:k463/nix-templates

Copy default template into a project in current directory:

nix flake init -t github:k463/nix-templates

Copy dev-shell template into a project in current directory:

nix flake init -t github:k463/nix-templates#dev-shell

About

My (opinionated) nix flake templates for various projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published