Skip to content

Collection of Nix flakes for initializing development environment

License

Notifications You must be signed in to change notification settings

aKriJcz/nix-dev-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nix flake repository for development

Collection of flakes for initializing development environment.

Usage

Initialize Perl project from GitHub repository:

mkdir my-perl-project
cd my-perl-project
nix flake init -t github:aKriJcz/nix-dev-templates#perl

or initialize Perl project from local checkout:

mkdir my-perl-project
cd my-perl-project
nix flake init -t /path/to/nix-dev-templates#perl

Then it is possible to use nix-shell

nix-shell

or nix develop (for example with ZSH shell)

nix develop -c zsh

About

Collection of Nix flakes for initializing development environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages