Skip to content

roman/nixDir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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:

About

Transform a directory into a nix flake

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published