Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 901 Bytes

File metadata and controls

31 lines (21 loc) · 901 Bytes

nixDir

This repository has multiple versions available on different branches.

Available Versions

  • v3 - Latest version (recommended)
  • v2 - Previous stable version
  • v1 - Legacy version

Migration Notice

⚠️ If your setup stopped working after a recent update, you need to pin your flake input to the v1 branch.

Update your flake.nix to use v1 explicitly:

{
  inputs = {
    nixDir.url = "github:roman/nixDir/v1";
  };
}

Documentation

Please visit the branch corresponding to your version for full documentation: