Skip to content

Commit

Permalink
successfully pinned to 23.11 tapir after bug fix implimented upstream…
Browse files Browse the repository at this point in the history
… and added user.group.rootless to vm"

Signed-off-by: Robbie Buxton <[email protected]>
  • Loading branch information
RobbieBuxton committed Jan 9, 2024
1 parent 6eb21bd commit fcb2ef3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Containerd snapshotter that understands nix store paths natively.";

inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "nixpkgs/nixos-23.11";
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
Expand Down
2 changes: 2 additions & 0 deletions modules/nixos/vm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ in {
};
};

users.groups.rootless = {};

virtualisation = {
memorySize = 4096;
cores = 4;
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let
".tar"
];
};
vendorSha256 = "sha256-gK7FAK6RQ9hL3K4PY2f2z4nBDBJXRctUZbVHuVqOIYE=";
vendorHash = "sha256-gK7FAK6RQ9hL3K4PY2f2z4nBDBJXRctUZbVHuVqOIYE=";
passthru = { inherit buildImage; };
};

Expand Down

0 comments on commit fcb2ef3

Please sign in to comment.