Skip to content

Commit fdd99ad

Browse files
committed
feat(flake.nix): rust-overlay
1 parent c22c633 commit fdd99ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
inputs.nixpkgs.follows = "nixpkgs";
1111
};
1212

13+
rust-overlay = {
14+
url = "github:oxalica/rust-overlay";
15+
inputs = {
16+
nixpkgs.follows = "nixpkgs";
17+
};
18+
};
1319
};
1420

15-
outputs = { self, nixpkgs, utils, ... }:
1621
utils.lib.eachDefaultSystem (system:
1722
let
1823
pkgs = import nixpkgs { inherit system; };

0 commit comments

Comments
 (0)