1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 21:21:00 +01:00

* More refactoring.

This commit is contained in:
Eelco Dolstra 2004-02-06 14:57:10 +00:00
parent 7abf9911d9
commit 7c0fa4474f
4 changed files with 74 additions and 57 deletions

14
src/nix-env/profiles.hh Normal file
View file

@ -0,0 +1,14 @@
#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 */