chore: bump nix flake
This commit is contained in:
@@ -2,9 +2,18 @@
|
||||
{ default
|
||||
, dockerTools
|
||||
, lib
|
||||
, tini
|
||||
, pkgs
|
||||
}:
|
||||
|
||||
let
|
||||
# See https://github.com/krallin/tini/pull/223
|
||||
tini = pkgs.tini.overrideAttrs {
|
||||
patches = [ (pkgs.fetchpatch {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/krallin/tini/pull/223.patch";
|
||||
hash = "sha256-i6xcf+qpjD+7ZQY3ueiDaxO4+UA2LutLCZLNmT+ji1s=";
|
||||
})
|
||||
];
|
||||
};
|
||||
in
|
||||
dockerTools.buildImage {
|
||||
name = default.pname;
|
||||
tag = "next";
|
||||
|
||||
Reference in New Issue
Block a user