index.html (4009B)
1 <!DOCTYPE html> 2 3 <html lang="en"> 4 5 <head> 6 <meta charset="utf-8"> 7 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 8 9 <link rel="start" href="https://vincent.demeester.fr" /> 10 11 <title>Vincent Demeester</title> 12 <link rel="canonical" href="https://vincent.demeester.fr/posts/2019-03-28-link/"> 13 <link href="https://vincent.demeester.fr/index.xml" rel="alternate" type="application/rss+xml" title="Vincent Demeester" /> 14 15 <link rel="openid.server" href="https://indieauth.com/openid" /> 16 <link rel="openid.delegate" href="http://vincent.demeester.fr/" /> 17 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> 18 19 <link rel="stylesheet" href="/css/screen.css" type="text/css" /> 20 <link rel="stylesheet" href="/css/sbrain.css" type="text/css" /> 21 <link rel="stylesheet" href="/css/syntax.css" type="text/css" /> 22 23 </head> 24 25 <body lang=""/> 26 27 28 29 30 31 32 <div id="main-container"> 33 <div id="page"> 34 <article class="post"> 35 <header> 36 <h1 class="emphnext">Nix: A Reproducible Setup for Linux and macOS</h1><a href='https://vincent.demeester.fr/posts/2019-03-28-link/'></a> 37 <address class="signature"> 38 <span class="date">Thu, 28 March, 2019</span> 39 <span class="words">(100 Words)</span> 40 </address> 41 <ul class="tag_box inline"> 42 43 <li class="category"><a href="/categories/#development">development</a></li> 44 45 46 47 48 49 <li class="tag tag-development"><a href="/tags/#development">development<span>13</span></a></li> 50 51 52 <li class="tag tag-software"><a href="/tags/#software">software<span>13</span></a></li> 53 54 55 <li class="tag tag-linux"><a href="/tags/#linux">linux<span>4</span></a></li> 56 57 58 <li class="tag tag-macos"><a href="/tags/#macos">macos<span>1</span></a></li> 59 60 61 <li class="tag tag-nix"><a href="/tags/#nix">nix<span>3</span></a></li> 62 63 64 <li class="tag tag-reproductible"><a href="/tags/#reproductible">reproductible<span>2</span></a></li> 65 66 67 <li class="tag tag-nixpkgs"><a href="/tags/#nixpkgs">nixpkgs<span>2</span></a></li> 68 69 <br/> 70 71 </ul> 72 </header> 73 74 <p>This post describes how I set up a reproducible development environment in a few seconds on any Linux distribution (and potentially macOS as well).</p> 75 <p>π <a href="https://nmattia.com/posts/2018-03-21-nix-reproducible-setup-linux-macos.html" class="link">https://nmattia.com/posts/2018-03-21-nix-reproducible-setup-linux-macos.html</a></p> 76 77 </article> 78 <hr /> 79 <div class="prev-next"> 80 81 <a class="paging-link prev" href="/posts/2019-03-31-link/" title="Six Years With a Distraction-Free iPhone">β Previous post</a> 82 83 84 85 <a class="paging-link next" href="/posts/2019-03-27-link/" title="Nicolas Mattia - The 5 Raisons d'Γtre of Testing">Next post β</a> 86 87 </div> 88 89 </div> 90 </div> 91 92 <footer> 93 <nav> 94 95 <a href="/">home</a> 96 <span class="text-muted"> | </span> 97 98 <a href="/about">about</a> 99 <span class="text-muted"> | </span> 100 101 <a href="/archive">archive</a> 102 <span class="text-muted"> | </span> 103 104 <a href="/categories">categories</a> 105 <span class="text-muted"> | </span> 106 107 <a href="/tags">tags</a> 108 <span class="text-muted"> | </span> 109 110 <a href="https://twitter.com/vdemeest">twitter</a> 111 <span class="text-muted"> | </span> 112 113 <a href="https://github.com/vdemeester">github</a> 114 <span class="text-muted"> | </span> 115 116 <a href="https://vincent.demeester.fr/index.xml">rss</a> 117 </nav> 118 <br/> 119 <address> 120 <span class="copyright"> 121 Content and design by Vincent Demeester 122 (<a rel="licence" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Some rights reserved</a>) 123 </span><br /> 124 <span class="engine"> 125 Powered by <a href="https://gohugo.io/">Hugo</a> and <a href="https://github.com/kaushalmodi/ox-hugo/">ox-hugo</a> 126 </span> 127 </address> 128 </footer> 129 </body> 130