Skip to content

Commit

Permalink
chore: update flake.lock
Browse files Browse the repository at this point in the history
This also pins us to the current stable release of the nixpkgs, 24.05.

Signed-off-by: wucke13 <[email protected]>
  • Loading branch information
wucke13 committed Nov 13, 2024
1 parent 09c3435 commit a275e33
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 65 deletions.
92 changes: 29 additions & 63 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "a minimal WASM interpreter";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
utils.url = "git+https://github.com/numtide/flake-utils.git";
devshell.url = "github:numtide/devshell";
fenix = {
Expand Down Expand Up @@ -31,7 +31,7 @@
treefmtEval = treefmt-nix.lib.evalModule pkgs ./treefmt.nix;

# rust target name of the `system`
rust-target = pkgs.rust.toRustTarget pkgs.pkgsStatic.targetPlatform;
rust-target = pkgs.pkgsStatic.targetPlatform.rust.rustcTarget;

# Rust distribution for our hostSystem
fenix = inputs.fenix.packages.${system};
Expand Down

0 comments on commit a275e33

Please sign in to comment.