summaryrefslogtreecommitdiff
path: root/.makeshiftci/1.json
blob: 8be3bbb8acbbb749095cf6a95a6fc07f0af6ad20 (plain) (blame)
1
2
3
4
5
6
7
8
{
	"name": "update flake.nix",
	"image": "nixos:latest",
	"secrets": {
		"SECRET_SSH": "/run/secrets/msci/sshkey"
	},
	"run": ["./update.sh"]
}