Skip to content

Commit

Permalink
docs: Add detailed notes on Nix package manager installation and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Jan 4, 2025
1 parent d46c8fb commit 73bc8b0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions random-thoughts/2025-01-02.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
title:
title: "Nix Package Manager: Installation and System Changes Analysis"
date: 2025-01-02T00:03
dg-publish: true
dg-permalink: ""
description: ""
dg-permalink: "nix-package-manager-installation-analysis"
description: "Detailed exploration of Nix package manager installation process, system modifications, and basic usage patterns on macOS, including volume creation and service configuration"
tags:
-
- nix
- package-manager
- macos
- system-administration
- devops
---
> 沒什麼組織、一些倏忽即逝有趣或不有趣的想法
Expand Down Expand Up @@ -64,4 +68,4 @@ tags:
- `nix-shell -p <package>`: Start a shell with the specified package available
- `nix-shell -p <package> --command <command>`: Run a command in a shell with the specified package available
- `nix-shell -p <package> --run <command>`: Run a command in a shell with the specified package available and exit
- `nix-store --gc`: Garbage collect the Nix store to remove unused packages
- `nix-store --gc`: Garbage collect the Nix store to remove unused packages

0 comments on commit 73bc8b0

Please sign in to comment.