diff options
-rw-r--r-- | Makefile.local.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.local.example b/Makefile.local.example new file mode 100644 index 0000000..f154747 --- /dev/null +++ b/Makefile.local.example @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: CC0-1.0 + +# Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org> +# +# Available under the terms of Creative Commons Zero v1.0 Universal. + +USER != ls -l Makefile | awk '{print $$ 3}' +GUIX = ~$(USER)/.config/guix/current/bin/guix +GUIX_TM = $(GUIX) |