flake: move 'devShells' to 'flake/'

This commit is contained in:
Bruno BELANYI 2023-03-07 10:51:26 +00:00
parent fc02519c4f
commit 1ae2bca445
3 changed files with 19 additions and 12 deletions

View file

@ -122,18 +122,7 @@
checks = import ./flake/checks.nix inputs system;
devShells = {
default = pkgs.mkShell {
name = "NixOS-config";
nativeBuildInputs = with pkgs; [
gitAndTools.pre-commit
nixpkgs-fmt
];
inherit (self.checks.${system}.pre-commit) shellHook;
};
};
devShells = import ./flake/dev-shells.nix inputs system;
packages =
let