repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python313Packages.compliance-trestle: init at 3.7.0 (#377275)
[NixPkgs.git]
/
nixos
/
modules
/
system
/
activation
/
lib
/
lib.sh
blob
5ecf94e81604cbb71544db06219561e91be55dcd
1
# shellcheck shell=bash
2
3
warn
() {
4
printf
"
\033
[1;35mwarning:
\033
[0m %s
\n
"
"$*"
>&
2
5
}