Skip to content

Commit 10676f8

Browse files
committed
oopsie nixie
1 parent 5211874 commit 10676f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
rustPlatform.buildRustPackage {
66
name = "chara";
77
src = ./.;
8-
nativeBuildInputs = [ pkgs.pkg-config ];
8+
nativeBuildInputs = [ pkg-config ];
99
cargoLock.lockFile = ./Cargo.lock;
1010
# buildInputs = [ if we ever need smt ];
1111
}

0 commit comments

Comments
 (0)