From: Demi Marie Obenour <demiobenour@gmail.com>
To: Spectrum OS Development <devel@spectrum-os.org>
Cc: Alyssa Ross <hi@alyssa.is>, Demi Marie Obenour <demiobenour@gmail.com>
Subject: [PATCH] host/initramfs: Fix 'nix-shell --pure --run "make run"'
Date: Wed, 05 Nov 2025 20:03:35 -0500 [thread overview]
Message-ID: <20251105-fix-nix-shell-initramfs-v1-1-6f4632232bb4@gmail.com> (raw)
Add the needed build-dependency on jq.
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
---
host/initramfs/shell.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/host/initramfs/shell.nix b/host/initramfs/shell.nix
index eeba865e3ac793f67ae1808a92cf5eb1b37d57af..8b47aa53bc19a818ebf563e281f22e82202a8ea5 100644
--- a/host/initramfs/shell.nix
+++ b/host/initramfs/shell.nix
@@ -3,7 +3,7 @@
import ../../lib/call-package.nix (
{ callSpectrumPackage, rootfs, pkgsStatic, stdenv
-, cryptsetup, qemu_kvm, tar2ext4, util-linux
+, cryptsetup, jq, qemu_kvm, tar2ext4, util-linux
}:
let
@@ -12,7 +12,7 @@ in
initramfs.overrideAttrs ({ nativeBuildInputs ? [], env ? {}, ... }: {
nativeBuildInputs = nativeBuildInputs ++ [
- cryptsetup qemu_kvm tar2ext4 util-linux
+ cryptsetup jq qemu_kvm tar2ext4 util-linux
];
env = env // {
---
base-commit: 1d666582892fbdf812662b4490caf7821078eaf9
change-id: 20251105-fix-nix-shell-initramfs-244323043a9d
--
Sincerely,
Demi Marie Obenour (she/her/hers)
next reply other threads:[~2025-11-06 1:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 1:03 Demi Marie Obenour [this message]
2025-11-06 10:08 ` [PATCH] host/initramfs: Fix 'nix-shell --pure --run "make run"' Alyssa Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251105-fix-nix-shell-initramfs-v1-1-6f4632232bb4@gmail.com \
--to=demiobenour@gmail.com \
--cc=devel@spectrum-os.org \
--cc=hi@alyssa.is \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).