Add initial layout
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
2c23caaa86
commit
3f71fc976d
4 changed files with 33 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixpkgs-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
crane.url = "github:ipetkov/crane";
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -19,8 +20,12 @@
|
|||
inherit system;
|
||||
overlays = [ inputs.rust-overlay.overlays.default ];
|
||||
};
|
||||
|
||||
lib = import ./lib { inherit inputs; };
|
||||
in
|
||||
{
|
||||
inherit lib;
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
pkgs.rust-bin.nightly.latest.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue