From a98b266445e77f5676f059ff2e92ad6235600ee3 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 15 Feb 2023 20:57:56 +0000 Subject: [PATCH] remove NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM, no longer needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4e00cc..ef27b6e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ hardware device definition as argument `device`, and to choose an appropriate output attribute depending on what your device is and how you plan to install onto it. For example: - NIX_PATH=nixpkgs=../nixpkgs:$NIX_PATH NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix-build -I liminix-config=./tests/smoke/configuration.nix --arg device "import ./devices/qemu" -A outputs.default + NIX_PATH=nixpkgs=../nixpkgs:$NIX_PATH nix-build -I liminix-config=./tests/smoke/configuration.nix --arg device "import ./devices/qemu" -A outputs.default `outputs.default` is intended to do something appropriate for the device, whatever that is. For the qemu device, it creates a directory