parent
fa01f44fa8
commit
fd3ec92968
2 changed files with 4 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ jobs:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: ls -la
|
- run: ll /var/secrets
|
||||||
|
|
|
||||||
3
flake.nix
Normal file
3
flake.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
inputs.nixpkgs.url = "";
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue