Update to nixos 21.11

This commit is contained in:
Natsu Kagami 2021-12-01 13:52:13 -05:00
parent 476c25ba26
commit c41c05f45a
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 30 additions and 105 deletions

View file

@ -18,11 +18,7 @@ let
cargoDeps = drv.cargoDeps.overrideAttrs (lib.const {
inherit src;
outputHash = (
if pkgs.stdenv.isDarwin
then "sha256-U5hiEak47Dd/R7II6d+0/n3ZmT1ryDk4S+/lV2cH6HM="
else "0ywb9489jrb5lsycxlxzrj2khkcjhvzxbb0ckbpwwvg11r4ds240"
);
outputHash = "sha256-U5hiEak47Dd/R7II6d+0/n3ZmT1ryDk4S+/lV2cH6HM=";
});
});