diff --git a/flake.lock b/flake.lock index c123e58..ecbfdc0 100644 --- a/flake.lock +++ b/flake.lock @@ -1342,22 +1342,6 @@ "type": "github" } }, - "nixpkgsPulumi": { - "locked": { - "lastModified": 1715674170, - "narHash": "sha256-Z9UdViH9/Z2JtSG6dinxPgJaWLilGJEYHgoshRf93c8=", - "owner": "steveej-forks", - "repo": "nixpkgs", - "rev": "e18ac83f535c659e34ae49c27e8babeca1f0f202", - "type": "github" - }, - "original": { - "owner": "steveej-forks", - "ref": "pulumi-version-bump", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgsUnstable": { "locked": { "lastModified": 1727802920, @@ -1478,7 +1462,6 @@ "nixpkgsNix": [ "nixpkgs-24-11" ], - "nixpkgsPulumi": "nixpkgsPulumi", "nixpkgsUnstable": "nixpkgsUnstable", "pre-commit-hooks": "pre-commit-hooks", "rust-overlay": "rust-overlay", diff --git a/flake.nix b/flake.nix index ecc3ae1..e17b00e 100644 --- a/flake.nix +++ b/flake.nix @@ -183,8 +183,6 @@ }; }; - nixpkgsPulumi.url = "github:steveej-forks/nixpkgs/pulumi-version-bump"; - nixos-vscode-server = { url = "github:nix-community/nixos-vscode-server"; inputs = { @@ -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: @@ -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 ] ++ (