Skip to content

Commit

Permalink
feat: switch to pulumi-bin
Browse files Browse the repository at this point in the history
the source build doesn't get updates as frequently.
  • Loading branch information
steveej committed Dec 16, 2024
1 parent a308d4b commit a205652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
17 changes: 0 additions & 17 deletions flake.lock

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

12 changes: 2 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@
};
};

nixpkgsPulumi.url = "github:steveej-forks/nixpkgs/pulumi-version-bump";

nixos-vscode-server = {
url = "github:nix-community/nixos-vscode-server";
inputs = {
Expand Down Expand Up @@ -304,7 +302,6 @@
nomadCaCert = ./secrets/nomad/admin/nomad-agent-ca.pem;
nomadClientCert = ./secrets/nomad/cli/global-cli-nomad.pem;

pkgsPulumi = inputs'.nixpkgsPulumi.legacyPackages;
cranePkgs = inputs.craneNixpkgs.legacyPackages.${system};
craneLib = (inputs.crane.mkLib cranePkgs).overrideToolchain (
p:
Expand Down Expand Up @@ -430,13 +427,8 @@
pkgs.minio-client

pkgs.jq
pkgsPulumi.pulumictl
(pkgsPulumi.pulumi.withPackages (
pulumiPackages: with pulumiPackages; [
pulumi-language-go
pulumi-command
]
))
pkgs.pulumictl
pkgs.pulumi-bin
pkgs.go_1_23
]
++ (
Expand Down

0 comments on commit a205652

Please sign in to comment.