Skip to content

Commit

Permalink
nix: update mkosi to work around tar unpacking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Dec 14, 2023
1 parent 3cb6957 commit e26c3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
src = pkgsUnstable.fetchFromGitHub {
owner = "systemd";
repo = "mkosi";
rev = "5629e6b88ef4bfc8d372682350bfcdf0963f75d3";
hash = "sha256-4VwAaZYj8CoWJbOa8+C/TriPUijowQ0OCzxxgDFh1tE=";
rev = "abf22cdc6ccb13f2cd84679ede77231455ec6813";
hash = "sha256-njtYWSXSLMcn6AtGfAeL/ncZQ6g+Vgpe7EaKLkzAOl4=";
};
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ (with pkgsUnstable; [
# package management
Expand Down

0 comments on commit e26c3c9

Please sign in to comment.