From e74fd985ebe77d8fc780b203af1616ba0218f0ba Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 30 Aug 2023 14:23:29 +0200 Subject: add a sample Makefile.local for running with user's current Guix --- Makefile.local.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile.local.example 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 +# +# 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) -- cgit v1.2.3