The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

lume/notes: move note here and retain link

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 7b308635 4da45d5f

+3 -3
-1
lume/src/blog/notes/_data.yml
··· 1 - is_note: true
+3 -2
lume/src/blog/notes/nix-flakes-terraform-unfree-fix.mdx lume/src/notes/2023/nix-flakes-terraform-unfree-fix.mdx
··· 1 1 --- 2 2 title: "How to fix terraform and nix flakes" 3 3 date: 2023-10-27 4 + basename: ../../blog/notes/nix-flakes-terraform-unfree-fix 4 5 tags: 5 6 - nix 6 7 - terraform ··· 30 31 in configuration.nix to override this. 31 32 32 33 Alternatively you can configure a predicate to allow specific packages: 33 - { 34 + { 34 35 nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ 35 36 "terraform" 36 37 ]; ··· 79 80 </XeblogConv> 80 81 <XeblogConv name="Aoi" mood="coffee"> 81 82 Tell me about it. 82 - </XeblogConv> 83 + </XeblogConv>