home-manager: init copy.bara.sky
This commit is contained in:
parent
d3bee9d2de
commit
4e59866c2e
1 changed files with 21 additions and 0 deletions
21
third_party/home-manager/copy.bara.sky
vendored
Normal file
21
third_party/home-manager/copy.bara.sky
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
core.workflow(
|
||||
name = "default",
|
||||
origin = git.github_origin(
|
||||
url = "https://github.com/nix-community/home-manager.git",
|
||||
ref = "master",
|
||||
),
|
||||
destination = hg.destination(
|
||||
url = "file:///home/lukegb/depot",
|
||||
fetch = "default",
|
||||
push = "default",
|
||||
),
|
||||
destination_files = glob(["third_party/home-manager/**"], exclude = [
|
||||
"third_party/home-manager/copy.bara.sky",
|
||||
"third_party/home-manager/patches/**",
|
||||
]),
|
||||
authoring = authoring.pass_thru("Default email <noreply+home-manager@lukegb.com>"),
|
||||
transformations = [
|
||||
patch.apply(patches = []),
|
||||
core.move("", "third_party/home-manager"),
|
||||
],
|
||||
)
|
Loading…
Reference in a new issue