Skip to content

Commit 018eed7

Browse files
committed
build: update flake
1 parent 8b50187 commit 018eed7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@
108108
path = ./.;
109109
filter = path: type: baseNameOf path != "flake.nix";
110110
};
111-
cargoLock = { lockFile = ./Cargo.lock; };
111+
cargoLock = {
112+
lockFile = ./Cargo.lock;
113+
outputHashes= {"btleplug-0.10.4" = "sha256-5uGO90fICmLOyEsHCSspM0oe/3uuYHCIZDD4vuNlcJc=";};
114+
};
112115
in
113116
{
114117
driver-proxy = with pkgs;

nix/oldGlibc.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ let nixpkgs-old = builtins.fetchTarball {
66
in
77
self: super:
88
let
9-
oldPkgs = import nixpkgs-old { system = super.system; };
9+
oldPkgs = import nixpkgs-old {
10+
system = super.system;
11+
};
1012
in
1113
rec {
1214
glibc = oldPkgs.glibc // { pname = "glibc"; };

0 commit comments

Comments
 (0)