Skip to content

Commit

Permalink
Fix Nix Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Mar 3, 2023
1 parent ee57e3b commit 4a8d94d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ csscolorparser = "0.6.2"
viuer = "0.6.2"
nokhwa = { version = "0.10.3", features = ["input-native"] }


[profile.release]
lto = true
codegen-units = 1
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
src = ./.;
cargoLock = { lockFile = ./Cargo.lock; };
nativeBuildInputs = [ pkgs.rustPlatform.bindgenHook ];
doCheck = false; # No access to internet
};
});
defaultPackage = forAllSystems (system: self.packages.${system}.qrscan);
Expand Down

0 comments on commit 4a8d94d

Please sign in to comment.