Skip to content

Commit

Permalink
build: update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Mar 26, 2023
1 parent 8b50187 commit 018eed7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@
path = ./.;
filter = path: type: baseNameOf path != "flake.nix";
};
cargoLock = { lockFile = ./Cargo.lock; };
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes= {"btleplug-0.10.4" = "sha256-5uGO90fICmLOyEsHCSspM0oe/3uuYHCIZDD4vuNlcJc=";};
};
in
{
driver-proxy = with pkgs;
Expand Down
4 changes: 3 additions & 1 deletion nix/oldGlibc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ let nixpkgs-old = builtins.fetchTarball {
in
self: super:
let
oldPkgs = import nixpkgs-old { system = super.system; };
oldPkgs = import nixpkgs-old {
system = super.system;
};
in
rec {
glibc = oldPkgs.glibc // { pname = "glibc"; };
Expand Down

0 comments on commit 018eed7

Please sign in to comment.