Skip to content

Commit

Permalink
Update node in dev envs
Browse files Browse the repository at this point in the history
  • Loading branch information
philipws committed Jun 21, 2024
1 parent 4b7c8f3 commit 1aa15ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions infrastructure/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infrastructure/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "CDK Development";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05-small";

outputs = {
self,
Expand All @@ -11,7 +11,7 @@
in {
devShells.x86_64-linux.default = pkgs.mkShell {
packages = with pkgs; [
nodejs_21
nodejs_22
awscli2
# Optional
bat
Expand Down
8 changes: 4 additions & 4 deletions website/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "React Development";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05-small";

outputs = {
self,
Expand All @@ -11,7 +11,7 @@
in {
devShells.x86_64-linux.default = pkgs.mkShell {
packages = with pkgs; [
nodejs_21
nodejs_22
awscli2
jq
gnused
Expand Down

0 comments on commit 1aa15ef

Please sign in to comment.