nix-home-manager-config/Makefile.toml
Jacob Hrbek 0b150582e4 Sync
2021-07-03 12:00:33 +02:00

14 lines
372 B
INI

[env]
project_environment = { value = "production", condition = { env_not_set = ["development"] }}
[tasks.deploy]
description = "Deploy configuration on the system"
category = "Administration"
command = "home-manager"
args = ["switch"]
[task.upload]
description = "Upload to repository hosters"
category = "Administration"
command = "git"
args = [ "push dotya central" ]