nix-super/src/nix-env/profiles.hh

15 lines
219 B
C++
Raw Normal View History

2004-02-06 16:57:10 +02:00
#ifndef __PROFILES_H
#define __PROFILES_H
#include <string>
#include "util.hh"
Path createGeneration(Path profile, Path outPath, Path drvPath);
void switchLink(Path link, Path target);
#endif /* !__PROFILES_H */