Skip to content

Commit f2a9115

Browse files
authored
fix: update nix to include sqlc v1.24.0 (#11182)
1 parent 4f7ae64 commit f2a9115

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
outputs = { self, nixpkgs, flake-utils, drpc }:
1111
flake-utils.lib.eachDefaultSystem (system:
1212
let
13-
pkgs = nixpkgs.legacyPackages.${system};
13+
# Workaround for: terraform has an unfree license (‘bsl11’), refusing to evaluate.
14+
pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
1415
formatter = pkgs.nixpkgs-fmt;
1516
# Check in https://search.nixos.org/packages to find new packages.
1617
# Use `nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update`

0 commit comments

Comments
 (0)