From de6dc1d221b344ee3a6ba7689d0e650d5f57ad96 Mon Sep 17 00:00:00 2001 From: TakeV Date: Wed, 29 Mar 2023 16:34:56 -0700 Subject: [PATCH] Add guix manifest to run nix (Sorry nix users) --- manifest.scm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifest.scm diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..e1139c1 --- /dev/null +++ b/manifest.scm @@ -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"))