Compare changes

Choose any two refs to compare.

Changed files
+8 -6
.tangled
workflows
+8 -6
.tangled/workflows/main.yaml
···
branch: ["main"]
- event: ["manual"]
+
engine: "nixery"
+
dependencies:
nixpkgs:
-
- python
+
- hello-go
steps:
-
- name: "Say stuff"
-
command: "echo 'hi'"
+
- name: "Say hello world!!"
+
command: "hello-go"
clone:
-
skip: false
-
depth: 50
-
submodules: true
+
skip: true
+
depth: 1
+
submodules: false