nix: remove deprecated flake attributes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2022-06-20 14:46:37 +02:00
parent 3e3cc71043
commit 588d2b3f21

View file

@ -61,7 +61,8 @@
};
};
devShell = pkgs.mkShell {
devShells = {
default = pkgs.mkShell {
name = "blog";
buildInputs = with pkgs; [
@ -71,6 +72,7 @@
inherit (self.checks.${system}.pre-commit) shellHook;
};
};
}
);
}