<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>python on Aos Dabbagh</title>
    <link>/tags/python/</link>
    <description>Recent content in python on Aos Dabbagh</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 16 Aug 2024 11:50:47 -0400</lastBuildDate><atom:link href="/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Embedding Scripts in Nix Flakes</title>
      <link>/2024/08/16/embedding-scripts-in-nix-flakes/</link>
      <pubDate>Fri, 16 Aug 2024 11:50:47 -0400</pubDate>
      
      <guid>/2024/08/16/embedding-scripts-in-nix-flakes/</guid>
      <description>A somewhat common theme I&amp;rsquo;ve noticed when working on various projects is the need for &amp;ldquo;one-off&amp;rdquo; re-usable scripts, these are typically more than a few lines of code.
For example, in my Advent of Code repository I have a small Python script that pulls the input down given a year and day. But rather than wanting to manage this script explicitly, I wanted to encapsulate it as part of my flake so I can call it directly via nix.</description>
    </item>
    
  </channel>
</rss>
