move ci to flake
This commit is contained in:
parent
c9cb2ab0de
commit
1a2bc3021c
23 changed files with 99 additions and 37 deletions
2
bin/nur
2
bin/nur
|
|
@ -4,7 +4,7 @@ import sys
|
|||
import os
|
||||
|
||||
sys.path.insert(0, os.path.join(
|
||||
os.path.dirname(os.path.dirname(os.path.realpath(__file__)))))
|
||||
os.path.dirname(os.path.dirname(os.path.realpath(__file__))), "ci"))
|
||||
|
||||
from nur import main
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue