diff options
| author | 2025-04-21 18:17:22 +0200 | |
|---|---|---|
| committer | 2025-04-21 18:17:22 +0200 | |
| commit | 7b88c81f62e44e276f35cf1f6c191d39c4314190 (patch) | |
| tree | d172e831ea9d042d6ae1b196f8bad501db53fbe7 /manifest.scm | |
| parent | Initial commit (diff) | |
Add GNU Guix manifest for development
Diffstat (limited to 'manifest.scm')
| -rw-r--r-- | manifest.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..11c9506 --- /dev/null +++ b/manifest.scm @@ -0,0 +1,2 @@ +; Use with `guix shell -m manifest.scm` +(specifications->manifest '("[email protected]")) |