From 5df7213f0ad23dfaa94fe752b30b79b635cef377 Mon Sep 17 00:00:00 2001 From: adjoly Date: Mon, 8 Sep 2025 14:45:35 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8F=97=EF=B8=8F=E3=80=8D=20wip:?= =?UTF-8?q?=20work=20in=20progress,=20not=20done=20yet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Justfile | 0 flake.nix | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 Justfile 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 ]; }; }