From 8ad16a5e028ff4cd268e192d8ed95af1ea39758d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Dec 2022 00:56:55 +0000 Subject: [PATCH 1/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixos-unstable': 'github:NixOS/nixpkgs/f0c1df314b7b5fc64603bb07a50759267b285149' (2022-12-16) → 'github:NixOS/nixpkgs/035a0cfee1d9f12165041cd6ede06cdf9b1ba9cf' (2022-12-18) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 5ff73c6..a92ca8b 100644 --- a/flake.lock +++ b/flake.lock @@ -18,11 +18,11 @@ }, "nixos-unstable": { "locked": { - "lastModified": 1671179347, - "narHash": "sha256-EaGqNC5HtvhXi+LVg2dW3EhKomVz4TijyylCTSwEel8=", + "lastModified": 1671385618, + "narHash": "sha256-Z1VCiuDq4qmjT7q9lnqfFR31GaBO5PNNgo1EhZfYulk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f0c1df314b7b5fc64603bb07a50759267b285149", + "rev": "035a0cfee1d9f12165041cd6ede06cdf9b1ba9cf", "type": "github" }, "original": { From 339235be35ff6643695b40e06abfa3645c670db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 19 Dec 2022 13:52:05 +0100 Subject: [PATCH 2/2] increase memory a bit --- nix/kexec-installer/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/kexec-installer/test.nix b/nix/kexec-installer/test.nix index a61919a..984a44b 100644 --- a/nix/kexec-installer/test.nix +++ b/nix/kexec-installer/test.nix @@ -21,7 +21,7 @@ in makeTest' { (modulesPath + "/profiles/minimal.nix") ]; - virtualisation.memorySize = 2 * 1024 + 512; + virtualisation.memorySize = 2 * 1024 + 767; virtualisation.diskSize = 4 * 1024; virtualisation.useBootLoader = true; virtualisation.useEFIBoot = true;