patches and low-level development discussion
 help / color / mirror / code / Atom feed
55068d14a1cfc82839618c566b1e3759e5f763dd blob 345 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>

import <spectrum/make-vms.nix> {} ({ makeVm, pkgs }: {
  appvm-yes = makeVm {
    run = pkgs.pkgsStatic.callPackage (
      { writeShellScript, coreutils }:
      writeShellScript "appvm-yes-run" ''
        ${coreutils}/bin/yes
      ''
    ) {};
  };
})
debug log:

solving 55068d1 ...
found 55068d1 in https://spectrum-os.org/lists/archives/spectrum-devel/20221010232909.1953738-22-hi@alyssa.is/

applying [1/1] https://spectrum-os.org/lists/archives/spectrum-devel/20221010232909.1953738-22-hi@alyssa.is/
diff --git a/vm/app/nix/example.nix b/vm/app/nix/example.nix
new file mode 100644
index 0000000..55068d1

Checking patch vm/app/nix/example.nix...
Applied patch vm/app/nix/example.nix cleanly.

index at:
100644 55068d14a1cfc82839618c566b1e3759e5f763dd	vm/app/nix/example.nix

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