From afe6b0d5d59c90b3765914eb771ad8237d40a90f Mon Sep 17 00:00:00 2001 From: namilsk Date: Wed, 31 Dec 2025 17:31:34 +0300 Subject: Started work on vigil init system --- shell.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..4d96b49 --- /dev/null +++ b/shell.nix @@ -0,0 +1,10 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + buildInputs = with pkgs; [ + rustup + pkg-config + rust-analyzer + gcc + ]; +} -- cgit v1.2.3