From cde8ac06cb933bf115c8a0c1a8c6c1448ea21ef0 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 9 Jan 2024 13:48:36 +0100 Subject: Install symlink like Ubuntu's python-is-python3 --- tw/home.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'tw/home.scm') diff --git a/tw/home.scm b/tw/home.scm index eb5bd4fc..7eaad84b 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -184,6 +184,7 @@ (simple-service 'common-files home-files-service-type `((".infokey" ,(local-file "home/files/infokey")) + (".local/bin/python" ,(file-append python "/bin/python3")) ;; With #:recursive? #t, Guix keeps the files' permission bits, i.e. makes them executable. (".local/bin/ppscm" ,(local-file "home/files/ppscm" #:recursive? #t)))) ; pretty-print scheme files -- cgit v1.2.3