Skip to content

Commit

Permalink
feat: add js runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
yxtay committed Feb 3, 2025
1 parent 82e9f1d commit e36d7dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@
};
};

nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};

flake-parts.follows = "nix/flake-parts";
systems.follows = "mac-app-util/systems";
Expand Down
2 changes: 1 addition & 1 deletion modules/flake-parts/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
in
{
# Nix Darwin configuration entrypoint
# Available through 'nix run nix-darwin -- switch --flake .#simple'
# Available through 'nix run --experimental-features "nix-command flakes" nix-darwin -- switch --flake .'
legacyPackages.darwinConfigurations = lib.mkIf pkgs.stdenv.isDarwin {
"${host.name}" = inputs.nix-darwin.lib.darwinSystem {
inherit pkgs specialArgs;
Expand Down
5 changes: 5 additions & 0 deletions modules/home/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,27 @@ inputs@{ pkgs, ... }:

# dev
ansible
bun
cabal-install
deno
devbox
direnv
git
gh
ghc
go
mise
nodejs_22
ollama
pnpm
process-compose
python3
ruby
rustup
terraform
terragrunt
usage
yarn

# container
docker
Expand Down

0 comments on commit e36d7dd

Please sign in to comment.