the-nix-way / dev-templates

Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

difference with nix-flake-dev-environments

hatch01 opened this issue · comments

Hi, I don't really understand the difference between this repo and nix-flake-dev-environments.
They seem to deserve a pretty similar objective.
In my case, I set up a small shell function to be able to set up quickly dev env.

nix-quick () {
        nix flake new --template github:the-nix-way/dev-templates#$1 $2
}

Should I create two function for the two repos ?

The nix-flake-dev-environments repo provides fully functioning example projects in specific languages. The Go, environment, for example, is an actual Go project. This repo is intended to provide flake templates that you can use to drop a flake.nix/flake.lock into an existing project.