summaryrefslogtreecommitdiff
path: root/templates/go
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-16 23:16:01 +0200
committerMike Vink <mike1994vink@gmail.com>2023-10-16 23:25:42 +0200
commitd885924961b3c4b3db76b78e603c0cc84ff88aae (patch)
treec152dcd1e54806adfe9fdb13d8f4efad393f9317 /templates/go
parente5957fa18a322338b2f75afd62e32cdb84143236 (diff)
stuff
Diffstat (limited to 'templates/go')
-rw-r--r--templates/go/flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/go/flake.nix b/templates/go/flake.nix
index b41da36..d99ce9a 100644
--- a/templates/go/flake.nix
+++ b/templates/go/flake.nix
@@ -3,12 +3,6 @@
nixpkgs.url = "nixpkgs";
nix-filter.url = "github:numtide/nix-filter";
flake-utils.url = "github:numtide/flake-utils";
- nixpkgs-terraform-providers-bin.url = "github:nix-community/nixpkgs-terraform-providers-bin";
- nixpkgs-terraform-providers-bin.inputs.nixpkgs.follows = "nixpkgs";
- poetry2nix = {
- url = "github:nix-community/poetry2nix";
- inputs.nixpkgs.follows = "nixpkgs";
- };
};
outputs = {
self,