fix flake

This commit is contained in:
Muhammad Atif Ali 2024-04-13 19:44:17 +03:00
parent 92422f17fa
commit ea73a13e95
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# Workaround for: terraform has an unfree license (bsl11), refusing to evaluate.
pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
formatter = pkgs.nixpkgs-fmt;
nodejs = pkgs.nodejs-20_x;
nodejs = pkgs.nodejs_20;
yarn = pkgs.yarn.override { inherit nodejs; };
# Check in https://search.nixos.org/packages to find new packages.
# Use `nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update`