mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
Nix now understands the difference between runtime-state-components and non-runtime-state-compontens. Components and Derivations are now properly (re)build/derived (or not) when necessary.
This commit is contained in:
parent
fd2b8271e4
commit
267ccc589d
8 changed files with 135 additions and 66 deletions
|
|
@ -296,6 +296,11 @@ void executeAndPrintShellCommand(const string & command, const string & commandN
|
|||
//Convert time_t to a string
|
||||
string time_t2string(const time_t & t);
|
||||
|
||||
bool FileExist(const string FileName);
|
||||
|
||||
bool IsDirectory(const string FileName);
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif /* !__UTIL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue