Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.37 KB

header.md

File metadata and controls

32 lines (25 loc) · 1.37 KB

Eriixpkgs

Flake Update Flake Check Readme Update

My collection of Nix packages. Home-rolled, custom built.

Packages

Flake Templates

Create a new directory:

nix flake new -t github:erictossell/eriixpkgs#go project-name
nix flake new -t github:erictossell/eriixpkgs#python project-name
nix flake new -t github:erictossell/eriixpkgs#rust project-name

Use in an existing directory:

nix flake init -t github:erictossell/eriixpkgs#go
nix flake init -t github:erictossell/eriixpkgs#python
nix flake init -t github:erictossell/eriixpkgs#rust