Update nix-shell line

This commit is contained in:
Yorick van Pelt 2024-01-06 20:20:14 +01:00
parent 17731a1032
commit fb03d1a3ba
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#!nix-shell -i python3 -p python python3Packages.pyyaml glpk
#!nix-shell -i python3 -p python3 python3Packages.pyyaml glpk -I nixpkgs=flake:nixpkgs
import sys
import yaml
import re