1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

feat: fix starship build

This commit is contained in:
RGBCube 2025-05-02 03:12:08 +03:00
parent 8a2a27954e
commit d13e83b9fe
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -57,6 +57,11 @@ in {
inherit (self.starship) src;
hash = "sha256-nH1iYjKw/GbYKadoymH3onWBbMzuMUaRCSTNWVE+A9E=";
};
nativeBuildInputs = old.nativeBuildInputs ++ [
pkgs.cmake
pkgs.zlib-ng
];
});
})];