From bdb130cfbc413e0d4ece5bc99208d742732d613a Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 19 Jan 2023 11:31:54 +0300 Subject: feat: add a statically built shim output Useful for when your system is broken and you want to fix it quickly. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index aec1985..1e95703 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,8 @@ side-effects = pkgs.callPackage ./checks/side-effects.nix args; }; + packages.staticShim = pkgs.pkgsStatic.callPackage ./scripts/native-systemd-shim/shim.nix { }; + devShell = pkgs.mkShell { RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; -- cgit v1.2.3