patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH] host/initramfs: Fix 'nix-shell --pure --run "make run"'
@ 2025-11-06  1:03 Demi Marie Obenour
  2025-11-06 10:08 ` Alyssa Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Demi Marie Obenour @ 2025-11-06  1:03 UTC (permalink / raw)
  To: Spectrum OS Development; +Cc: Alyssa Ross, Demi Marie Obenour

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)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-06 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06  1:03 [PATCH] host/initramfs: Fix 'nix-shell --pure --run "make run"' Demi Marie Obenour
2025-11-06 10:08 ` Alyssa Ross

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).