Skip to content

Commit cda8471

Browse files
authored
build: update flake (#342)
* update feat * change flake.nix
1 parent c851126 commit cda8471

File tree

2 files changed

+13
-27
lines changed

2 files changed

+13
-27
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66
rust-overlay.url = "github:oxalica/rust-overlay";
77
flake-utils.url = "github:numtide/flake-utils";
8+
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
89
};
910

1011
outputs = {
11-
self,
1212
nixpkgs,
1313
rust-overlay,
1414
flake-utils,

0 commit comments

Comments
 (0)