1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

chore: update, remove zsh configs

This commit is contained in:
Ryan Cao 2025-06-15 09:20:22 +08:00
parent e495878b0e
commit 79bc61a28e
Signed by: ryanccn
GPG key ID: F605AB4AF937D5D0
13 changed files with 58 additions and 180 deletions

View file

@ -8,14 +8,13 @@
...
}:
let
specialArgsModule = (
specialArgsModule =
{ pkgs, ... }:
{
_module.args = {
inputs' = withSystem pkgs.stdenvNoCC.hostPlatform.system (builtins.getAttr "inputs'");
};
}
);
};
in
{
flake.darwinConfigurations = {