nix: remove deprecated flake attributes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3e3cc71043
commit
588d2b3f21
16
flake.nix
16
flake.nix
|
@ -61,15 +61,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
devShell = pkgs.mkShell {
|
||||
name = "blog";
|
||||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
name = "blog";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
gnumake
|
||||
hugo
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
gnumake
|
||||
hugo
|
||||
];
|
||||
|
||||
inherit (self.checks.${system}.pre-commit) shellHook;
|
||||
inherit (self.checks.${system}.pre-commit) shellHook;
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue