This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
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
1 parent
35f8c4f
commit f29ee94
Showing
1 changed file
with
111 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters