dotenvk 0.1.0

A pragmatic CLI tool for managing .env files with a focus on simplicity, security, and reliability
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ pkgs, lib, config, inputs, ... }:

{
  # https://devenv.sh/packages/
  packages = with pkgs; [ git libyaml openssl cargo-tarpaulin grcov ];

  languages.rust = {
    enable = true;
  };


  enterShell = ''

  '';

}