Skip to content

Commit 1ef61ca

Browse files
committed
Use python314 instead of python314Full (removed in nixpkgs)
1 parent 68d7905 commit 1ef61ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

replit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{pkgs}: {
33
deps = [
44
pkgs.gdb
5-
pkgs.python314Full
5+
pkgs.python314
66
pkgs.clang
77
];
88
}

scripts/ci_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env nix-shell
2-
#! nix-shell -i bash -p clang python314Full gnumake
2+
#! nix-shell -i bash -p clang python314 gnumake
33

44
set -e
55

0 commit comments

Comments
 (0)