Compare commits
2 commits
c8bf9ecfc1
...
8f8e0cafb7
Author | SHA1 | Date | |
---|---|---|---|
|
8f8e0cafb7 | ||
|
0e0aac1d3f |
6
.forgejo/workflows/nix.yaml
Normal file
6
.forgejo/workflows/nix.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- run: nix build -L .runner
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
.idea
|
||||||
|
|
Loading…
Reference in a new issue