feat: added readme and documentation
This commit is contained in:
parent
daeff053f4
commit
893d620c95
8 changed files with 179 additions and 26 deletions
|
|
@ -18,12 +18,14 @@
|
|||
system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
toolchain = fenix.packages.${system}.stable.toolchain;
|
||||
# toolchain = fenix.packages.${system}.stable.toolchain;
|
||||
nightlyToolchain = fenix.packages.${system}.latest.toolchain;
|
||||
in
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = [
|
||||
toolchain
|
||||
# toolchain
|
||||
nightlyToolchain
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue