From 570ec471d1605318aeefb030cd78682ae442235b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:51:40 -0300 Subject: src/content/: Update all files left to asciidoc --- src/content/pastebins/2018/07/25/nix-exps.adoc | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'src/content/pastebins/2018/07/25/nix-exps.adoc') diff --git a/src/content/pastebins/2018/07/25/nix-exps.adoc b/src/content/pastebins/2018/07/25/nix-exps.adoc index 23d75b6..824be69 100644 --- a/src/content/pastebins/2018/07/25/nix-exps.adoc +++ b/src/content/pastebins/2018/07/25/nix-exps.adoc @@ -1,20 +1,7 @@ ---- += Nix exps -title: Nix exps - -date: 2018-07-25 - -layout: post - -lang: en - -eu_categories: nix - -ref: nix-exps - ---- - -```nix +[source,nix] +---- let pkgsOriginal = import {}; pkgsSrc = pkgsOriginal.fetchzip { @@ -55,4 +42,4 @@ in rec { ''; }; } -``` +---- -- cgit v1.2.3