Skip to content

Commit 215b718

Browse files
committed
[draft] add direnv, nix configs, and uv lock file
1 parent 95a9b97 commit 215b718

File tree

3 files changed

+128
-0
lines changed

3 files changed

+128
-0
lines changed

.envrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
layout python
2+
# use nix

shell.nix

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
pkgs.mkShell {
3+
nativeBuildInputs = with pkgs.buildPackages; [ gcc openssl pkg-config ];
4+
}

uv.lock

+122
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)