add nix runner
This commit is contained in:
@@ -6,8 +6,12 @@
|
||||
outputs = { self, nixpkgs, utils }: utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
lib = nixpkgs.lib;
|
||||
in
|
||||
{
|
||||
packages = {
|
||||
docker = pkgs.writeShellScriptBin "docker" "${lib.getExe pkgs.presenterm} docker/docker.md -x";
|
||||
};
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
presenterm
|
||||
|
||||
Reference in New Issue
Block a user