forked from fediversity/fediversity
Compare commits
16 commits
b0cde587dd
...
9c7c38bd45
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c7c38bd45 | |||
| 6d89c7c09c | |||
| 9d14f2e5a9 | |||
| da1401a9c0 | |||
| 554d9ac459 | |||
| 7a86b00838 | |||
| 472453c6b7 | |||
| 7570f40cf1 | |||
| ddb4aa32b4 | |||
| cbaaa52d5d | |||
| d635759101 | |||
| 42fa39c95e | |||
| fd416c4d22 | |||
| 49c71ba3ed | |||
| dba912bd95 | |||
| 3ce080591e |
1 changed files with 3 additions and 1 deletions
|
|
@ -8,8 +8,10 @@ when:
|
||||||
steps:
|
steps:
|
||||||
- name: lockfile
|
- name: lockfile
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
|
volumes:
|
||||||
|
- /nix:/mnt/nix:ro
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run "npins update"
|
- nix-shell --eval-store local --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt --run "npins update"
|
||||||
# - name: Create PR
|
# - name: Create PR
|
||||||
# uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397
|
# uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397
|
||||||
# with:
|
# with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue