Add guix manifest to run nix (Sorry nix users)

This commit is contained in:
TakeV 2023-03-29 16:34:56 -07:00
parent 8505f4e71b
commit de6dc1d221
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 5 additions and 0 deletions

5
manifest.scm Normal file
View File

@ -0,0 +1,5 @@
;; What follows is a "manifest" equivalent to the command line you gave.
;; You can store it in a file that you may then pass to any 'guix' command
;; that accepts a '--manifest' (or '-m') option.
(specifications->manifest (list "nix"))