Add my linux machine

This commit is contained in:
Natsu Kagami 2021-10-08 22:52:28 -04:00
parent 5aa68a423a
commit bed1754724
14 changed files with 465 additions and 36 deletions

View file

@ -17,7 +17,11 @@ let
cargoDeps = drv.cargoDeps.overrideAttrs (lib.const {
inherit src;
outputHash = "1risazihwy6v3rc1lxram0z2my29b3w52d827963b7zfahgmsaq5";
outputHash = (
if pkgs.stdenv.isDarwin
then "1risazihwy6v3rc1lxram0z2my29b3w52d827963b7zfahgmsaq5"
else "0ywb9489jrb5lsycxlxzrj2khkcjhvzxbb0ckbpwwvg11r4ds240"
);
});
});
in

View file

@ -89,8 +89,8 @@ in
owner = "Screwtapello";
repo = "kakoune-inc-dec";
rev = "7bfe9c51";
sha256 = "0cxmk4yiy30lxd3h02g02b1d9pds2pa46p3pvamj9wwq9sai5xdi";
leaveDotGit = true;
sha256 = "0f33wqxqbfygxypf348jf1fiscac161wf2xvnh8zwdd3rq5yybl0";
# leaveDotGit = true;
};
}
]);