-
-
Notifications
You must be signed in to change notification settings - Fork 47
Add cli option to include an override.nix file #109
Add cli option to include an override.nix file #109
Conversation
I would appreciate suggestions on how to test this feature automatically. |
@garbas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 for the new option. i haven't tested it but an example which tests this would is required when we introduce new functionality.
you can change an already existing example to use this -O
option.
@garbas will do |
ac16ab6
to
7adda6e
Compare
@garbas for some reason, nix-prefech-git is not in path anymore and i don't know why. locally the tornado test passes. |
@seppeljordan I think we need to fix this in |
okay, i solved the path issue in default.nix with |
8700366
to
460e635
Compare
The User can now specify -O file://path/to/file to include an additional overrides file.
460e635
to
2965de5
Compare
Users can now specify -O file://path/to/file to include an
additional overrides file.
This change is