mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-26 19:56:29 +01:00
chore: update, remove zsh configs
This commit is contained in:
parent
e495878b0e
commit
79bc61a28e
13 changed files with 58 additions and 180 deletions
|
|
@ -22,7 +22,7 @@ in
|
|||
nix-melt
|
||||
|
||||
fnm
|
||||
deno
|
||||
# deno (hydra build failure)
|
||||
bun
|
||||
|
||||
uv
|
||||
|
|
|
|||
|
|
@ -8,14 +8,13 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
specialArgsModule = (
|
||||
specialArgsModule =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
_module.args = {
|
||||
inputs' = withSystem pkgs.stdenvNoCC.hostPlatform.system (builtins.getAttr "inputs'");
|
||||
};
|
||||
}
|
||||
);
|
||||
};
|
||||
in
|
||||
{
|
||||
flake.darwinConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue