Skip to content

Commit 287be78

Browse files
authored
Merge pull request #41 from pub-solar/fix/docs-need-terraform-cli
fix: make docs needs terraform CLI in PATH
2 parents 0146a41 + ea6e58a commit 287be78

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

flake.lock

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
description = "hosting.de terraform provider";
33

44
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
5+
inputs.nixpkgs-2305.url = "github:nixos/nixpkgs/nixos-23.05";
56
inputs.devshell.url = "github:numtide/devshell";
67
inputs.flake-parts.url = "github:hercules-ci/flake-parts";
78

8-
outputs = inputs@{ self, flake-parts, devshell, nixpkgs }:
9+
outputs = inputs@{ self, flake-parts, devshell, nixpkgs, nixpkgs-2305 }:
910
flake-parts.lib.mkFlake { inherit inputs; } {
1011
imports = [
1112
devshell.flakeModule
@@ -25,6 +26,7 @@
2526
go-tools
2627
gnumake
2728
golangci-lint
29+
inputs.nixpkgs-2305.legacyPackages.${pkgs.system}.terraform
2830
];
2931
bash.extra = ''
3032
export GOPATH=~/.local/share/go

0 commit comments

Comments
 (0)