diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..e69de29 diff --git a/flake.nix b/flake.nix index e36a3f9..eb7fe22 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ }; outputs = - inputs@{ nixpkgs, ... }: + { nixpkgs, ... }: let supportedSystems = [ "x86_64-linux" @@ -26,14 +26,14 @@ { pkgs }: { default = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - ]; hardeningDisable = [ "all" ]; packages = with pkgs; [ nixfmt-rfc-style gcc clang + + just ]; }; }