diff options
author | EuAndreh <eu@euandre.org> | 2025-03-31 21:51:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-31 21:51:40 -0300 |
commit | 570ec471d1605318aeefb030cd78682ae442235b (patch) | |
tree | 51e17eabe37c6689f8799b55e6875c3480329a2c /src/content/pastebins/2018/07/11 | |
parent | Makefile, mkdeps.sh: Derive index.html and feed.xml from more static "sortdat... (diff) | |
download | euandre.org-570ec471d1605318aeefb030cd78682ae442235b.tar.gz euandre.org-570ec471d1605318aeefb030cd78682ae442235b.tar.xz |
src/content/: Update all files left to asciidoc
Diffstat (limited to 'src/content/pastebins/2018/07/11')
-rw-r--r-- | src/content/pastebins/2018/07/11/nix-pinning.adoc | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/src/content/pastebins/2018/07/11/nix-pinning.adoc b/src/content/pastebins/2018/07/11/nix-pinning.adoc index 2d35e09..d4bc905 100644 --- a/src/content/pastebins/2018/07/11/nix-pinning.adoc +++ b/src/content/pastebins/2018/07/11/nix-pinning.adoc @@ -1,20 +1,7 @@ ---- += Nix pinning -title: Nix pinning - -date: 2018-07-11 - -layout: post - -lang: en - -eu_categories: nix - -ref: nix-pinning - ---- - -```nix +[source,nix] +---- let # Pin the nixpkgs version stdenv = pkgs.stdenv; @@ -35,4 +22,4 @@ in rec { patches = []; }; } -``` +---- |