Merge pull request #43 from nix-community/update_flake_lock_action

flake.lock: Update
This commit is contained in:
Jörg Thalheim 2022-12-19 12:56:55 +00:00 committed by GitHub
commit b513ff04a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -18,11 +18,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1671179347, "lastModified": 1671385618,
"narHash": "sha256-EaGqNC5HtvhXi+LVg2dW3EhKomVz4TijyylCTSwEel8=", "narHash": "sha256-Z1VCiuDq4qmjT7q9lnqfFR31GaBO5PNNgo1EhZfYulk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f0c1df314b7b5fc64603bb07a50759267b285149", "rev": "035a0cfee1d9f12165041cd6ede06cdf9b1ba9cf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -21,7 +21,7 @@ in makeTest' {
(modulesPath + "/profiles/minimal.nix") (modulesPath + "/profiles/minimal.nix")
]; ];
virtualisation.memorySize = 2 * 1024 + 512; virtualisation.memorySize = 2 * 1024 + 767;
virtualisation.diskSize = 4 * 1024; virtualisation.diskSize = 4 * 1024;
virtualisation.useBootLoader = true; virtualisation.useBootLoader = true;
virtualisation.useEFIBoot = true; virtualisation.useEFIBoot = true;