proc/priv/init: merge init into main program
All checks were successful
Build / Create distribution (push) Successful in 1m47s
Test / Run NixOS test (push) Successful in 3m46s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-18 11:47:01 +09:00
parent ea8f228af3
commit 27d2914286
8 changed files with 25 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ import "path"
var (
Fortify = compPoison
Fsu = compPoison
Finit = compPoison
)
func Path(p string) (string, bool) {