mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
* More refactoring.
This commit is contained in:
parent
7abf9911d9
commit
7c0fa4474f
4 changed files with 74 additions and 57 deletions
14
src/nix-env/profiles.hh
Normal file
14
src/nix-env/profiles.hh
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue