Skip to content

Instantly share code, notes, and snippets.

@arraen
arraen / flake.nix
Created April 29, 2024 19:12
Nik flake - Terraform download
{
description = "Flake to download official Terraform binary";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = { self, nixpkgs, flake-utils, ... }:
flake-utils.lib.eachDefaultSystem (system: