MCPcopy
hub / github.com/pocketbase/pocketbase / isMaybeRunningInNixOS

Function isMaybeRunningInNixOS

plugins/ghupdate/ghupdate.go:420–423  ·  view source on GitHub ↗

note: untested

()

Source from the content-addressed store, hash-verified

418
419// note: untested
420func isMaybeRunningInNixOS() bool {
421 _, err := os.Stat("/etc/NIXOS")
422 return err == nil
423}

Callers 1

updateCmdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…