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