meld messed with my python. don't!

main
Ben Niemann 2021-12-31 04:46:38 +01:00
parent 4bd251ec49
commit f44e3edbd4
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
#!/usr/bin/env nix-shell
#!nix-shell -p meld -i bash
set -e
ROOT="$(realpath "$(dirname "$0")"/..)"

View File

@ -25,7 +25,6 @@ let
};
in nixpkgs.mkShell {
packages = [
nixpkgs.meld
nixpkgs.meterbridge
];
inputsFrom = [ noisicaa ];