aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lume/src/blog/notes/_data.yml1
-rw-r--r--lume/src/notes/2023/nix-flakes-terraform-unfree-fix.mdx (renamed from lume/src/blog/notes/nix-flakes-terraform-unfree-fix.mdx)5
2 files changed, 3 insertions, 3 deletions
diff --git a/lume/src/blog/notes/_data.yml b/lume/src/blog/notes/_data.yml
deleted file mode 100644
index 25ffedb..0000000
--- a/lume/src/blog/notes/_data.yml
+++ /dev/null
@@ -1 +0,0 @@
-is_note: true \ No newline at end of file
diff --git a/lume/src/blog/notes/nix-flakes-terraform-unfree-fix.mdx b/lume/src/notes/2023/nix-flakes-terraform-unfree-fix.mdx
index 5433191..67f878b 100644
--- a/lume/src/blog/notes/nix-flakes-terraform-unfree-fix.mdx
+++ b/lume/src/notes/2023/nix-flakes-terraform-unfree-fix.mdx
@@ -1,6 +1,7 @@
---
title: "How to fix terraform and nix flakes"
date: 2023-10-27
+basename: ../../blog/notes/nix-flakes-terraform-unfree-fix
tags:
- nix
- terraform
@@ -30,7 +31,7 @@ b) For `nixos-rebuild` you can set
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
- {
+ {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"terraform"
];
@@ -79,4 +80,4 @@ I hope this helps you out!
</XeblogConv>
<XeblogConv name="Aoi" mood="coffee">
Tell me about it.
-</XeblogConv> \ No newline at end of file
+</XeblogConv>