This commit is contained in:
11
.gitea/workflows/check.yml
Normal file
11
.gitea/workflows/check.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: checks
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
checks:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix flake check -L
|
||||
12
flake.lock
generated
12
flake.lock
generated
@@ -67,18 +67,18 @@
|
||||
},
|
||||
"process-compose-wrapper": {
|
||||
"locked": {
|
||||
"lastModified": 1743615288,
|
||||
"narHash": "sha256-X7beZH4dxMDkFqOJRB5daCkTMdgo90nZ62VwbFol55M=",
|
||||
"lastModified": 1747144888,
|
||||
"narHash": "sha256-qxIPqNf4JS9Gz138MP+UOSk7PAsIniDhW0NvOeaC/Ek=",
|
||||
"ref": "dev",
|
||||
"rev": "c0f01d143e56669d4ea174ddc882d8c6ca85f55c",
|
||||
"revCount": 85,
|
||||
"rev": "948180a09c429d24648d283212a09ff0f50b2815",
|
||||
"revCount": 86,
|
||||
"type": "git",
|
||||
"url": "https://gitlab.scug.io/Nikkuss/process-compose-wrapper.git"
|
||||
"url": "https://git.scug.io/nikkuss/process-compose-wrapper.git"
|
||||
},
|
||||
"original": {
|
||||
"ref": "dev",
|
||||
"type": "git",
|
||||
"url": "https://gitlab.scug.io/Nikkuss/process-compose-wrapper.git"
|
||||
"url": "https://git.scug.io/nikkuss/process-compose-wrapper.git"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
process-compose-wrapper = {
|
||||
url = "git+https://gitlab.scug.io/Nikkuss/process-compose-wrapper.git?ref=dev";
|
||||
url = "git+https://git.scug.io/nikkuss/process-compose-wrapper.git?ref=dev";
|
||||
};
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
|
||||
Reference in New Issue
Block a user