This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builder: mirror nix’s
default.nix
mechanism
For a directory import like `import ./foo`, nix imports `./foo/default.nix` but only prints `./foo` to its log output. This commit reproduces that behaviour. We were watching way too many files, e.g. `import <nixpkgs> {}` meant we’d watch all of nixpkgs recursively. This should be solved now. Fixes #58
- Loading branch information