diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-08-30 14:23:29 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-08-30 14:37:04 +0200 |
commit | e74fd985ebe77d8fc780b203af1616ba0218f0ba (patch) | |
tree | 4d01e03693ab257dce5ada7bbc2971d88e504464 | |
parent | ccf159f27635c9134d7c9fbd3b629d396f28e793 (diff) | |
download | koszko-org-server-e74fd985ebe77d8fc780b203af1616ba0218f0ba.tar.gz koszko-org-server-e74fd985ebe77d8fc780b203af1616ba0218f0ba.zip |
add a sample Makefile.local for running with user's current Guix
-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) |