Skip to content

Commit

Permalink
Merge pull request #41 from pub-solar/fix/docs-need-terraform-cli
Browse files Browse the repository at this point in the history
fix: make docs needs terraform CLI in PATH
  • Loading branch information
teutat3s authored Jan 25, 2024
2 parents 0146a41 + ea6e58a commit 287be78
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 18 additions & 1 deletion flake.lock

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

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
description = "hosting.de terraform provider";

inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
inputs.nixpkgs-2305.url = "github:nixos/nixpkgs/nixos-23.05";
inputs.devshell.url = "github:numtide/devshell";
inputs.flake-parts.url = "github:hercules-ci/flake-parts";

outputs = inputs@{ self, flake-parts, devshell, nixpkgs }:
outputs = inputs@{ self, flake-parts, devshell, nixpkgs, nixpkgs-2305 }:
flake-parts.lib.mkFlake { inherit inputs; } {
imports = [
devshell.flakeModule
Expand All @@ -25,6 +26,7 @@
go-tools
gnumake
golangci-lint
inputs.nixpkgs-2305.legacyPackages.${pkgs.system}.terraform
];
bash.extra = ''
export GOPATH=~/.local/share/go
Expand Down

0 comments on commit 287be78

Please sign in to comment.