summaryrefslogtreecommitdiff
path: root/snap.py
diff options
context:
space:
mode:
Diffstat (limited to 'snap.py')
-rwxr-xr-xsnap.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/snap.py b/snap.py
index cc75739b..1151c718 100755
--- a/snap.py
+++ b/snap.py
@@ -1,5 +1,4 @@
1#! /usr/bin/env nix-shell 1#!/usr/bin/env python
2#! nix-shell -i python -p "python3.withPackages (p: with p; [dateutil python-unshare])"
3 2
4import os 3import os
5import argparse 4import argparse