summaryrefslogtreecommitdiff
path: root/.makeshiftci/1.json
diff options
context:
space:
mode:
Diffstat (limited to '.makeshiftci/1.json')
-rw-r--r--.makeshiftci/1.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.makeshiftci/1.json b/.makeshiftci/1.json
new file mode 100644
index 0000000..8be3bbb
--- /dev/null
+++ b/.makeshiftci/1.json
@@ -0,0 +1,8 @@
+{
+ "name": "update flake.nix",
+ "image": "nixos:latest",
+ "secrets": {
+ "SECRET_SSH": "/run/secrets/msci/sshkey"
+ },
+ "run": ["./update.sh"]
+}