Skip to content

Commit 56b6e7f

Browse files
author
nix
committed
wrong programming language
1 parent 218cf75 commit 56b6e7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
version = "0.5.3";
7171
src = pkgs.fetchgit {
7272
url = "https://github.com/michael-mueller-git/Python-Funscript-Editor.git";
73-
rev = "0b6b02c1c57ceb970197a7215d910115a18d4056";
74-
sha256 = "sha256-bdaPoDQEykKC8Y5bJ/SfiVj4JJhaXVvBMMqHzSix7ZQ=";
73+
rev = "218cf759c3ac926ffa1be1b47093935bf5401b08";
74+
sha256 = "sha256-nQmXGiOp9oo9XTrlVKnDV6EI5YW0XBtHtGW1utb8+pM=";
7575
};
7676
propagatedBuildInputs = mtfgDependencies;
7777
QT_QPA_PLATFORM = "xcb";

funscript_editor/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
###############
1313

1414
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
15-
if os.path.abspath(__file__).starts_with("/nix"):
15+
if os.path.abspath(__file__).startswith("/nix"):
1616
CACHE_DIR = '/tmp/mtfg-cache'
1717
else:
1818
CACHE_DIR = os.path.join(ROOT_DIR, 'cache')

0 commit comments

Comments
 (0)