mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-07-30 10:06:24 -04:00
Updated sha256 inside flake.nix
This commit is contained in:
committed by
Ashwin Naren
parent
1cc900a8e4
commit
e58825aacd
@@ -12,7 +12,7 @@
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
toolchain = fenix.packages.${system}.fromToolchainFile {
|
||||
file = ./rust-toolchain.toml;
|
||||
sha256 = "sha256-ggvRZZFjlAlrZVjqul/f/UpU5CEhDbdKZU0OCR8Uzbc=";
|
||||
sha256 = "sha256-gIs/sWVA0osI/I+duBKhKaExKdVBPNswYHoS7H+gljI=";
|
||||
};
|
||||
shell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user