Update nix-shell line

This commit is contained in:
2024-01-06 20:20:14 +01:00
parent 17731a1032
commit fb03d1a3ba

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