面多了加水,水多了和面
This commit is contained in:
parent
8b0d36d2b4
commit
83e740d676
@ -36,7 +36,7 @@
|
||||
];
|
||||
inherit (pkgs) mkShell;
|
||||
in
|
||||
{
|
||||
rec {
|
||||
formatter.${system} = treefmtEval.config.build.wrapper;
|
||||
devShell."${system}" = mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
@ -51,12 +51,14 @@
|
||||
};
|
||||
|
||||
nixosModules = rec {
|
||||
default = chuang-packages;
|
||||
chuang-packages = {
|
||||
pkgs-chuang = packages;
|
||||
imports = [
|
||||
./h3c-inode-client/module.nix
|
||||
];
|
||||
};
|
||||
|
||||
default = chuang-packages;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user