Skip to content

Commit 7d2e8ee

Browse files
nix flake update
1 parent 50cf206 commit 7d2e8ee

File tree

2 files changed

+92
-93
lines changed

2 files changed

+92
-93
lines changed

flake.lock

Lines changed: 89 additions & 91 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
inputs.nixpkgs-lib.follows = "nixpkgs";
2525
};
2626

27-
fenix = {
28-
url = "github:nix-community/fenix";
27+
rust-overlay = {
28+
url = "github:oxalica/rust-overlay";
2929
inputs.nixpkgs.follows = "nixpkgs";
3030
};
3131

@@ -61,6 +61,7 @@
6161

6262
devenv.shells.default = rec {
6363
#stdenv = pkgs.clangStdenv;
64+
#stdenv = pkgs.gcc15Stdenv;
6465
packages = with pkgs; [
6566
libbfd
6667
libunwind

0 commit comments

Comments
 (0)