mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-25 09:11:24 -05:00
nix: update mkosi to work around tar unpacking issue
This commit is contained in:
parent
f487c2a6d0
commit
b3601fcf32
@ -26,8 +26,8 @@
|
|||||||
src = pkgsUnstable.fetchFromGitHub {
|
src = pkgsUnstable.fetchFromGitHub {
|
||||||
owner = "systemd";
|
owner = "systemd";
|
||||||
repo = "mkosi";
|
repo = "mkosi";
|
||||||
rev = "5629e6b88ef4bfc8d372682350bfcdf0963f75d3";
|
rev = "abf22cdc6ccb13f2cd84679ede77231455ec6813";
|
||||||
hash = "sha256-4VwAaZYj8CoWJbOa8+C/TriPUijowQ0OCzxxgDFh1tE=";
|
hash = "sha256-njtYWSXSLMcn6AtGfAeL/ncZQ6g+Vgpe7EaKLkzAOl4=";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ (with pkgsUnstable; [
|
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ (with pkgsUnstable; [
|
||||||
# package management
|
# package management
|
||||||
|
Loading…
x
Reference in New Issue
Block a user