Skip to content

Commit 2666c1c

Browse files
committed
ci: pin older versions for better compatibility
Signed-off-by: Yaroslav Bolyukin <[email protected]>
1 parent ef2b55a commit 2666c1c

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

flake.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
description = "VIVE Pro 2 support for linux";
33
inputs = {
4-
nixpkgs.url = "github:nixos/nixpkgs";
4+
nixpkgs.url = "github:nixos/nixpkgs/1316edc465ed7b2d650ba8be6a1a0b129926bd81";
55
flake-utils.url = "github:numtide/flake-utils";
66
rust-overlay = {
7-
url = "github:oxalica/rust-overlay";
7+
url = "github:oxalica/rust-overlay/f7d4a3aabee883bfa4d8987a19446ca8f25df81f";
88
inputs = {
99
nixpkgs.follows = "nixpkgs";
1010
flake-utils.follows = "flake-utils";
@@ -58,7 +58,7 @@
5858
let
5959
rust =
6060
(final.buildPackages.rustChannelOf {
61-
date = "2022-04-15";
61+
date = "2022-04-08";
6262
channel = "nightly";
6363
}).default.override {
6464
targets = [ "x86_64-pc-windows-gnu" ];

0 commit comments

Comments
 (0)