Skip to content

Commit

Permalink
Merge pull request #5 from positron-solutions/version-updates
Browse files Browse the repository at this point in the history
Version updates
  • Loading branch information
psionic-k authored Oct 6, 2023
2 parents 6e15718 + f60260b commit 857f33b
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 30 deletions.
69 changes: 43 additions & 26 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
inputs = {
cargo2nix.url = "github:cargo2nix/cargo2nix/release-0.11.0";
flake-utils.follows = "cargo2nix/flake-utils";
nixpkgs.follows = "cargo2nix/nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs?ref=release-23.05";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
cargo2nix = {
url = "github:cargo2nix/cargo2nix/release-0.11.0";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.rust-overlay.follows = "rust-overlay";
};
};

outputs = inputs: with inputs;
Expand All @@ -25,7 +35,7 @@
# create the workspace & dependencies package set
rustPkgs = pkgs.rustBuilder.makePackageSet {
packageFun = import ./Cargo.nix;
rustVersion = "1.61.0";
rustVersion = "1.72.1";
};

# The workspace defines a development shell with all of the dependencies
Expand Down

0 comments on commit 857f33b

Please sign in to comment.