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