From 0779884c9cf7ec22ddbfa32ee4ea2b54c78baab7 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 5 Feb 2026 19:34:10 -0500 Subject: [PATCH] imp --- configurations/nixos/pureintent/default.nix | 5 ++++- modules/home/services/vira.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configurations/nixos/pureintent/default.nix b/configurations/nixos/pureintent/default.nix index 94dbcb5..9e0fe8f 100644 --- a/configurations/nixos/pureintent/default.nix +++ b/configurations/nixos/pureintent/default.nix @@ -36,7 +36,10 @@ in } ]; - nix.settings.sandbox = "relaxed"; + nix.settings = { + sandbox = "relaxed"; + extra-experimental-features = [ "impure-derivations" "ca-derivations" ]; + }; nix.gc = { automatic = true; dates = "weekly"; diff --git a/modules/home/services/vira.nix b/modules/home/services/vira.nix index bda39b8..370b511 100644 --- a/modules/home/services/vira.nix +++ b/modules/home/services/vira.nix @@ -46,6 +46,7 @@ in srid = "https://github.com/srid/srid.git"; landrun-nix = "https://github.com/srid/landrun-nix.git"; haskell-template = "https://github.com/srid/haskell-template.git"; + commonmark-wikilink = "https://github.com/srid/commonmark-wikilink.git"; # Just to test heavy weight stuff # superposition = "https://github.com/juspay/superposition.git"; };