From 06b2467a5225c1d4cca92134c8eeb78e36bc25e4 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 29 Sep 2023 09:23:51 -0400 Subject: [PATCH] temp packages --- presentation.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/presentation.md b/presentation.md index 3341e59..0405baf 100644 --- a/presentation.md +++ b/presentation.md @@ -159,4 +159,18 @@ $ readlink /home/tylerm/.guix-home/profile/bin/gcc - Package manager takes in user and system configuration - Downloads needed data into store - Build any needed packages -- Symlinks the user and system profiles \ No newline at end of file +- Symlinks the user and system profiles + +--- + +## Temporary Packages + +- Nix and Guix allow installing packages temporarily +- Uses contained environment +- `guix shell ` +- `nix shell -p ` + +--- + +### lori +ipsum \ No newline at end of file