We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b50187 commit 018eed7Copy full SHA for 018eed7
flake.nix
@@ -108,7 +108,10 @@
108
path = ./.;
109
filter = path: type: baseNameOf path != "flake.nix";
110
};
111
- cargoLock = { lockFile = ./Cargo.lock; };
+ cargoLock = {
112
+ lockFile = ./Cargo.lock;
113
+ outputHashes= {"btleplug-0.10.4" = "sha256-5uGO90fICmLOyEsHCSspM0oe/3uuYHCIZDD4vuNlcJc=";};
114
+ };
115
in
116
{
117
driver-proxy = with pkgs;
nix/oldGlibc.nix
@@ -6,7 +6,9 @@ let nixpkgs-old = builtins.fetchTarball {
6
7
self: super:
8
let
9
- oldPkgs = import nixpkgs-old { system = super.system; };
+ oldPkgs = import nixpkgs-old {
10
+ system = super.system;
11
12
13
rec {
14
glibc = oldPkgs.glibc // { pname = "glibc"; };
0 commit comments